baseController TModule #67
build_test.yml
on: push
build_test
44s
deploy_dev
0s
Annotations
10 errors and 10 warnings
build_test:
Source/Shared/Features/Messaging/Registrator.cs#L6
The type or namespace name 'DomainEvent' does not exist in the namespace 'Shared.Features.Messaging' (are you missing an assembly reference?)
|
build_test:
Source/Shared/Features/Server/ServerExecutionBase.cs#L3
The type or namespace name 'DomainEvent' does not exist in the namespace 'Shared.Features.Messaging' (are you missing an assembly reference?)
|
build_test:
Source/Shared/Features/Server/ServerExecutionBase.cs#L28
The type or namespace name 'IDomainEventDispatcher' could not be found (are you missing a using directive or an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Web/Client/_Imports.razor#L26
The type or namespace name 'Pages' does not exist in the namespace 'Web.Web.Client' (are you missing an assembly reference?)
|
build_test:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/MessageDTO.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/MessageDTO.cs#L9
Non-nullable property 'DerivedTopicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/ChannelDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/ChannelDTO.cs#L7
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/TenantIdentity/Shared/User/UserDTO.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/TenantIdentity/Shared/Team/TeamInvitationDTO.cs#L5
Non-nullable property 'TeamName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/TenantIdentity/Shared/Team/TeamDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/TenantIdentity/Shared/Team/TeamDTO.cs#L7
Non-nullable property 'IconUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/TenantIdentity/Shared/Team/TeamAdminInfoDTO.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_test:
Source/Modules/TenantIdentity/Shared/Team/TeamAdminInfoDTO.cs#L9
Non-nullable property 'IconUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|