add Configuration infrastructure #64
build_test.yml
on: push
build_test
38s
deploy_dev
0s
Annotations
9 errors and 11 warnings
build_test:
Source/Shared/Features/EFCore/Configuration/EFCoreConfiguration.cs#L1
The type or namespace name 'Configuration' does not exist in the namespace 'Shared.Features.Modules' (are you missing an assembly reference?)
|
build_test:
Source/Shared/Features/EFCore/Registrator.cs#L5
The type or namespace name 'Configuration' does not exist in the namespace 'Shared.Features.Modules' (are you missing an assembly reference?)
|
build_test:
Source/Shared/Features/EFCore/Configuration/EFCoreConfiguration.cs#L5
The type or namespace name 'IModuleConfiguration' could not be found (are you missing a using directive or an assembly reference?)
|
build_test:
Source/Shared/Features/EFCore/MultiTenancy/MultiTenancyEntityConfiguration.cs#L10
The type or namespace name 'AggregateRoot' could not be found (are you missing a using directive or an assembly reference?)
|
build_test:
Source/Shared/Features/EFCore/Configuration/EFCoreConfiguration.cs#L1
The type or namespace name 'Configuration' does not exist in the namespace 'Shared.Features.Modules' (are you missing an assembly reference?)
|
build_test:
Source/Shared/Features/EFCore/Registrator.cs#L5
The type or namespace name 'Configuration' does not exist in the namespace 'Shared.Features.Modules' (are you missing an assembly reference?)
|
build_test:
Source/Shared/Features/EFCore/Configuration/EFCoreConfiguration.cs#L5
The type or namespace name 'IModuleConfiguration' could not be found (are you missing a using directive or an assembly reference?)
|
build_test:
Source/Shared/Features/EFCore/MultiTenancy/MultiTenancyEntityConfiguration.cs#L10
The type or namespace name 'AggregateRoot' could not be found (are you missing a using directive or an assembly reference?)
|
build_test
Process completed with exit code 1.
|
build_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/TenantIdentity/Shared/Team/AdminManagement/InviteMembersDTO.cs#L5
Non-nullable property 'Emails' 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/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/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.
|