renaming Modules to plural #31
build_test.yml
on: push
build_test
27s
deploy_dev
0s
Annotations
10 errors and 10 warnings
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/Infrastructure/Services/UserResolver.cs#L12
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/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/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/Domain/ApplicationUser.cs#L11
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/ApplicationUser.cs#L27
The type or namespace name 'ICollection<>' 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#L27
The type or namespace name 'IdentityUserLogin<>' 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#L27
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/ApplicationUser.cs#L28
The type or namespace name 'ICollection<>' 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/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/TeamAdminInfoDTO.cs#L9
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/TeamAdminInfoDTO.cs#L10
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/TeamAdminInfoDTO.cs#L11
Non-nullable property 'Metrics' 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#L12
Non-nullable property 'Members' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|