MultiTenantDbContext refactoring into BaseDbContext #37
Annotations
10 errors and 10 warnings
Build:
Source/Shared/Kernel/Components/BaseComponent.cs#L11
The type or namespace name 'ValidationService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Web/Client/Components/Members/Modals/RevokeInvitationComp.razor.cs#L7
The type or namespace name 'BaseComponent' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Web/Client/_Imports.razor#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
Build
The type or namespace name 'BaseComponent' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Web/Client/Components/Members/Modals/RevokeInvitationComp.razor.cs#L10
The type or namespace name 'BlazoredModalInstance' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Web/Client/_Imports.razor#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Web/Client/Components/CreateTenantComponent.razor.cs#L6
The type or namespace name 'BaseComponent' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Web/Client/Components/CreateTenantComponent.razor.cs#L8
The type or namespace name 'BlazoredModalInstance' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Web/Client/Components/Members/Modals/InviteMemberComp.razor.cs#L6
The type or namespace name 'BaseComponent' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/TenantIdentity/Web/Client/Components/CreateTenantComponent.razor.cs#L10
The type or namespace name 'ValidationServiceResult' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Source/Modules/Channels/Web/DTOs/MessageDTO.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Source/Modules/Channels/Web/DTOs/MessageDTO.cs#L9
Non-nullable property 'DerivedTopicId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Source/Modules/Channels/Web/DTOs/ChannelDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Source/Modules/Channels/Web/DTOs/ChannelDTO.cs#L7
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
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:
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:
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:
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:
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:
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.
|
The logs for this run have expired and are no longer available.
Loading