Skip to content

Create dotnet-desktop.yml #1

Create dotnet-desktop.yml

Create dotnet-desktop.yml #1

Triggered via push July 12, 2024 22:59
Status Failure
Total duration 1m 43s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build (Debug)
Process completed with exit code 1.
build (Release)
The job was canceled because "Debug" failed.
build (Release)
The operation was canceled.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/Users/Entities/User.cs#L18
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/Users/Entities/User.cs#L18
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/Users/Entities/User.cs#L18
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/Users/Entities/User.cs#L18
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/Users/Entities/User.cs#L18
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/BaseDomain/ValueObjects/Title.cs#L24
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/People/Entities/Person.cs#L18
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/People/Entities/Person.cs#L18
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/People/Entities/Person.cs#L18
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Src/1.Domain/CleanArchitectureCQRS.Domain.Library/Aggregates/People/Entities/Person.cs#L18
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.