Skip to content

Bump webpack from 5.90.0 to 5.90.1 in /src/ServiceAssessmentService/ServiceAssessmentService.WebApp #156

Bump webpack from 5.90.0 to 5.90.1 in /src/ServiceAssessmentService/ServiceAssessmentService.WebApp

Bump webpack from 5.90.0 to 5.90.1 in /src/ServiceAssessmentService/ServiceAssessmentService.WebApp #156

Status Success
Total duration 2m 59s
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/Question/Name.cshtml.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.