Skip to content

command and query base objects #65

command and query base objects

command and query base objects #65

Triggered via push November 25, 2024 11:41
Status Failure
Total duration 43s
Artifacts

build_test.yml

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

Annotations

3 errors and 11 warnings
build_test: Source/Shared/Kernel/BuildingBlocks/Auth/CreatorPolicyHandler.cs#L11
'IAuditable' does not contain a definition for 'CreatedByUserId' and no accessible extension method 'CreatedByUserId' accepting a first argument of type 'IAuditable' could be found (are you missing a using directive or an assembly reference?)
build_test: Source/Shared/Kernel/BuildingBlocks/Auth/CreatorPolicyHandler.cs#L11
'IAuditable' does not contain a definition for 'CreatedByUserId' and no accessible extension method 'CreatedByUserId' accepting a first argument of type 'IAuditable' could 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/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/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.
build_test: Source/Modules/TenantIdentity/Shared/Team/TeamAdminInfoDTO.cs#L10
Non-nullable property 'Metrics' 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#L11
Non-nullable property 'Members' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.