Skip to content

[Update entities][Duy] Update business entities and database tables #35

[Update entities][Duy] Update business entities and database tables

[Update entities][Duy] Update business entities and database tables #35

Triggered via pull request January 24, 2024 01:45
Status Success
Total duration 52s
Billable time 1m
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Domus.Domain/Entities/DomusUser.cs#L7
Non-nullable property 'ProfileImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.Domain/Entities/Base/BaseEntity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Domain/Dtos/DtoDomusUser.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Domain/Dtos/DtoDomusUser.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Domain/Dtos/DtoDomusUser.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Domain/Dtos/DtoDomusUser.cs#L8
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Common/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.Common/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.Common/Settings/SwaggerSettings.cs#L118
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.