Skip to content

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /src/ServiceAssessmentService #170

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /src/ServiceAssessmentService

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /src/ServiceAssessmentService #170

Status Success
Total duration 2m 54s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.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.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.