Refactor value object unit tests #30
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
server/src/Questeloper.Domain/Entities/User.cs#L14
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider 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 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 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 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 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 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 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 declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/TextAnswerQuestion.cs#L5
Non-nullable property 'CorrectAnswer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
server/src/Questeloper.Domain/Entities/Question.cs#L10
Non-nullable property 'Enemy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|