Skip to content

birçok mode ve özellikler eklendi #3

birçok mode ve özellikler eklendi

birçok mode ve özellikler eklendi #3

Triggered via push March 17, 2024 19:58
Status Success
Total duration 25s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: quiz-console-app/Helpers/QuestionLoader.cs#L8
Cannot convert null literal to non-nullable reference type.
build: quiz-console-app/Helpers/QuestionLoader.cs#L8
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/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.
build: quiz-console-app/ViewModels/BookletViewModel.cs#L8
Non-nullable property 'Questions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.