Multiple choice answer checker fix #147
Annotations
1 error and 10 warnings
|
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.
|
QuizAppApi/QuizAppApi/Services/LoginService.cs#L32
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
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.
|
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.
|
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.
|
QuizAppApi/QuizAppApi/Services/ExplanationService.cs#L43
The variable 'ex' is declared but never used
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading