Skip to content

[Init Codebase][Duy] Add business classes #3

[Init Codebase][Duy] Add business classes

[Init Codebase][Duy] Add business classes #3

Triggered via push January 13, 2024 17:44
Status Success
Total duration 55s
Billable time 1m
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Domus.Domain/Entities/Base/TrackableEntity.cs#L9
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L136
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L137
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L118
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L119
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L120
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L121
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L111
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L112
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Api/Settings/SwaggerSettings.cs#L113
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.