Skip to content

Fix/code coverage

Fix/code coverage #137

Triggered via pull request November 12, 2023 16:40
Status Failure
Total duration 57s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 2.
build: QuizAppApi/QuizAppApi/Utils/EventPublisher.cs#L7
Non-nullable event 'AnswerSubmitted' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/UserResponseDto.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/TokenResponseDto.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuizResponseDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuizManipulationResponseDto.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuestionResponseDto.cs#L6
Non-nullable property 'QuestionText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuestionResponseDto.cs#L7
Non-nullable property 'QuestionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Responses/QuestionResponseDto.cs#L8
Non-nullable property 'QuestionParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Requests/UserRequestDto.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QuizAppApi/QuizAppApi/Dtos/Requests/UserRequestDto.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.