Create dotnet-desktop.yml #1
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.
|