[draft/reference for smaller PRs] Initial booking questions implementation #23
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Areas/Book/Controllers/QuestionReviewDatesController.cs#L96
Cannot convert null literal to non-nullable reference type.
|
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/Services/Book/DummyInMemoryBookingRequestWriteService.cs#L504
Possible null reference assignment.
|
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>'.
|