Skip to content

Merge pull request #10 from SWD392-Domus/hotfix/update-entities #36

Merge pull request #10 from SWD392-Domus/hotfix/update-entities

Merge pull request #10 from SWD392-Domus/hotfix/update-entities #36

Triggered via push January 24, 2024 01:47
Status Success
Total duration 56s
Billable time 1m
Artifacts

build.yml

on: push
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/JwtSettings.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Common/Settings/JwtSettings.cs#L6
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domus.Common/Settings/JwtSettings.cs#L7
Non-nullable property 'SigningKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.