Resolve problems with build #37
Annotations
10 warnings
build:
server/src/Questeloper.Domain/Entities/User.cs#L14
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/User.cs#L14
Non-nullable property 'HashedPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/User.cs#L14
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/User.cs#L14
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/User.cs#L14
Non-nullable property 'NickName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/User.cs#L14
Non-nullable property 'CreatedAt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/Battle.cs#L13
Non-nullable property 'Hero' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/Battle.cs#L13
Non-nullable property 'Enemy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/Category.cs#L7
Non-nullable property 'CategoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/Category.cs#L9
Non-nullable property 'Questions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|