Skip to content

created module Startup files #32

created module Startup files

created module Startup files #32

Triggered via push December 29, 2023 11:12
Status Failure
Total duration 34s
Artifacts

build_test.yml

on: push
build_test
25s
build_test
deploy_dev
0s
deploy_dev
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Application/Commands/CreateUserCommand.cs#L5
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Application/Queries/ClaimsForUserQuery.cs#L6
The type or namespace name 'IQuery<>' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Application/Queries/ClaimsForUserQuery.cs#L6
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Application/Commands/CreateUserCommand.cs#L8
The type or namespace name 'ExternalLoginInfo' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Domain/ApplicationUser.cs#L5
The type or namespace name 'IdentityUser<>' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Domain/ApplicationUser.cs#L5
The type or namespace name 'Guid' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Domain/Exceptions/TabsAlreadyClosedException.cs#L3
The type or namespace name 'DomainException' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Application/Commands/UpdateUserCommand.cs#L3
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Application/Queries/ClaimsForUserQueryHandler.cs#L6
The type or namespace name 'IQueryHandler<,>' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Features/Modules.TenantIdentity.Features/Features/Application/Queries/ClaimsForUserQueryHandler.cs#L6
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
build_test: Source/Modules/TenantIdentity/Web/DTOs/User/UserDTO.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Subscription/SubscriptionPlanDTO.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Subscription/SubscriptionPlanDTO.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamInvitationDTO.cs#L5
Non-nullable property 'TeamName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamDTO.cs#L7
Non-nullable property 'IconUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/AdminManagement/AdminNotificationDTO.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/AdminManagement/AdminNotificationDTO.cs#L10
Non-nullable property 'Creator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/AdminManagement/InviteMembersDTO.cs#L5
Non-nullable property 'Emails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_test: Source/Modules/TenantIdentity/Web/DTOs/Team/TeamAdminInfoDTO.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.