Skip to content

Refactor value object unit tests #30

Refactor value object unit tests

Refactor value object unit tests #30

Triggered via push April 8, 2024 21:07
Status Failure
Total duration 53s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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.