Save questions and anwers of the selected quiz #38
Annotations
11 warnings
build_dotnet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_dotnet:
QuizApp.Common/Request/SaveSubmissionRequest.cs#L9
Non-nullable property 'UserAnswerDTOs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Common/DTO/UserDTO.cs#L5
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Common/DTO/UserDTO.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Common/DTO/UserDTO.cs#L7
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Common/DTO/UserDTO.cs#L8
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Common/DTO/UserDTO.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Common/Request/SaveOrUpdateQuestionRequest.cs#L9
Non-nullable property 'QuestionDTOs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Common/DTO/QuizDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Common/DTO/QuizDTO.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_dotnet:
QuizApp.Database/Migrations/20250103100628_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|