User as aggregate root #26
Merged
Annotations
10 warnings
Build:
Domain/Abstractions/Entity.cs#L85
Dereference of a possibly null reference.
|
Build:
Domain/Users/User.cs#L67
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Domain/Users/User.cs#L67
Non-nullable field '_email' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Domain/Users/User.cs#L67
Non-nullable field '_password' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Domain/Users/User.cs#L67
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Domain/Users/User.cs#L67
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Domain/Users/User.cs#L72
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Domain/Users/User.cs#L72
Non-nullable field '_email' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Domain/Users/User.cs#L72
Non-nullable field '_password' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Domain/Users/User.cs#L72
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading