Code Refactoring #24
Annotations
10 warnings
Build:
QuizApp.Console/Views/QuizModeView.cs#L25
Non-nullable field '_user' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
QuizApp.Console/Views/QuizModeView.cs#L25
Non-nullable field '_userQuiz' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
QuizApp.Console/Views/QuizModeView.cs#L61
Converting null literal or possible null value to non-nullable type.
|
Build:
QuizApp.Console/Models/Quiz/Quiz.cs#L21
Non-nullable property 'Questions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
QuizApp.Console/Models/Quiz/Quiz.cs#L21
Non-nullable property 'ScoringRules' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
QuizApp.Console/Models/Quiz/Quiz.cs#L25
Non-nullable property 'Questions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
QuizApp.Console/Services/QuizService.cs#L18
Non-nullable field '_sourceQuestions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
QuizApp.Console/ViewModels/UserAnswerKeyViewModel.cs#L8
Non-nullable property 'UserAnswerOption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
QuizApp.Console/ViewModels/UserAnswerKeyViewModel.cs#L9
Non-nullable property 'UserAnswerOptionText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
QuizApp.Console/ViewModels/QuestionViewModel.cs#L8
Non-nullable property 'AskText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading