refactoring #12
Annotations
10 warnings
build:
quiz-console-app/Helpers/QuestionLoader.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
quiz-console-app/Helpers/QuestionLoader.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
quiz-console-app/ViewModels/UserAnswerKeyViewModel.cs#L8
Non-nullable property 'UserAnswerOption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
quiz-console-app/ViewModels/UserAnswerKeyViewModel.cs#L9
Non-nullable property 'UserAnswerOptionText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
quiz-console-app/ViewModels/QuestionViewModel.cs#L8
Non-nullable property 'AskText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
quiz-console-app/ViewModels/QuestionViewModel.cs#L9
Non-nullable property 'Explanation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
quiz-console-app/ViewModels/QuestionViewModel.cs#L11
Non-nullable property 'QuestionOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
quiz-console-app/ViewModels/QuestionOptionViewModel.cs#L5
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
quiz-console-app/ViewModels/BookletViewModel.cs#L6
Non-nullable property 'BookletName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
quiz-console-app/ViewModels/BookletViewModel.cs#L7
Non-nullable property 'Prefix' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|