Skip to content

Serilog added, swagger updated, health check added. #24

Serilog added, swagger updated, health check added.

Serilog added, swagger updated, health check added. #24

Triggered via pull request June 25, 2023 17:27
Status Success
Total duration 54s
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/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.
build: backend/src/ThreeTee.Core/Entities/Status.cs#L30
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: backend/src/ThreeTee.Core/Entities/ProjectUser.cs#L7
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.