Skip to content

Project User Cqrs implementation. #28

Project User Cqrs implementation.

Project User Cqrs implementation. #28

Triggered via pull request June 29, 2023 14:19
Status Success
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: backend/src/ThreeTee.Core/Entities/UserDepartment.cs#L7
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/UserDepartment.cs#L9
Non-nullable property 'Department' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/ApplicationUser.cs#L11
Non-nullable property 'Designation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/ApplicationUser.cs#L13
Non-nullable property 'Department' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/Status.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/Status.cs#L22
Non-nullable property 'BillingType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/Status.cs#L23
Non-nullable property 'SendToUserIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/Status.cs#L24
Non-nullable property 'SendCcToUserIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/Status.cs#L26
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/Status.cs#L28
Non-nullable property 'Module' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.