Create EmailAddressTests.cs #18
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 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/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.
|
Build:
server/src/Questeloper.Domain/Entities/Question.cs#L11
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
server/src/Questeloper.Domain/Entities/MultipleChoiceQuestion.cs#L5
Non-nullable property 'OptionA' 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