Skip to content

Update dependabot.yml #168

Update dependabot.yml

Update dependabot.yml #168

Triggered via pull request February 8, 2024 10:41
Status Success
Total duration 2m 48s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ServiceAssessmentService/ServiceAssessmentService.Application/UseCases/PhaseRepository.cs#L64
Argument of type 'List<Phase?>' cannot be used for parameter 'entities' of type 'IEnumerable<Phase>' in 'void DbSet<Phase>.AddRange(IEnumerable<Phase> entities)' due to differences in the nullability of reference types.
build: src/ServiceAssessmentService/ServiceAssessmentService.Application/UseCases/AssessmentTypeRepository.cs#L63
Argument of type 'List<AssessmentType?>' cannot be used for parameter 'entities' of type 'IEnumerable<AssessmentType>' in 'void DbSet<AssessmentType>.AddRange(IEnumerable<AssessmentType> entities)' due to differences in the nullability of reference types.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Pages/Dashboard.cshtml.cs#L18
Non-nullable field 'AllAssessments' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Pages/Book/Request/Delete.cshtml.cs#L16
Non-nullable property 'AssessmentRequest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Pages/Book/Request/Question/Name.cshtml.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.