Skip to content

[draft/reference for smaller PRs] Initial booking questions implementation #23

[draft/reference for smaller PRs] Initial booking questions implementation

[draft/reference for smaller PRs] Initial booking questions implementation #23

Triggered via pull request November 27, 2023 13:35
Status Failure
Total duration 1m 20s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionReviewDatesController.cs#L83
Non-nullable property 'SelectedReviewDates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionReviewDatesController.cs#L84
Non-nullable property 'AvailableReviewDates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionReviewDatesController.cs#L85
Non-nullable property 'ReviewDateErrors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionAssessmentTypeController.cs#L48
Nullability of reference types in value of type 'IEnumerable<SimpleRadiosQuestionModel.RadioItem?>' doesn't match target type 'IEnumerable<SimpleRadiosQuestionModel.RadioItem>'.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionAssessmentTypeController.cs#L100
Nullability of reference types in value of type 'IEnumerable<SimpleRadiosQuestionModel.RadioItem?>' doesn't match target type 'IEnumerable<SimpleRadiosQuestionModel.RadioItem>'.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionEndDateController.cs#L69
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, int>.ContainsKey(string key)'.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionEndDateController.cs#L69
Possible null reference argument for parameter 'key' in 'int Dictionary<string, int>.this[string key]'.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionPhaseConcludingController.cs#L48
Nullability of reference types in value of type 'IEnumerable<SimpleRadiosQuestionModel.RadioItem?>' doesn't match target type 'IEnumerable<SimpleRadiosQuestionModel.RadioItem>'.