Skip to content

Bump actions/setup-node from 4.0.1 to 4.0.2 #167

Bump actions/setup-node from 4.0.1 to 4.0.2

Bump actions/setup-node from 4.0.1 to 4.0.2 #167

Triggered via pull request February 7, 2024 22:03
Status Success
Total duration 2m 43s
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.