Skip to content

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

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

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

Triggered via pull request November 27, 2023 14:39
Status Success
Total duration 3m 2s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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>'.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionPhaseConcludingController.cs#L98
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/QuestionStartDateController.cs#L52
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, int>.ContainsKey(string key)'.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionStartDateController.cs#L52
Possible null reference argument for parameter 'key' in 'int Dictionary<string, int>.this[string key]'.