Skip to content

Update dependency AutoFixture to v4.18.1 #5990

Update dependency AutoFixture to v4.18.1

Update dependency AutoFixture to v4.18.1 #5990

Triggered via pull request June 28, 2024 10:56
Status Success
Total duration 7m 4s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.UserContext/ClientUserInfoService.cs#L14
Non-nullable property 'UserInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.UserContext/UserInfo.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.UserContext/UserInfo.cs#L9
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.Logging/CorrelationContext.cs#L5
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.API.Contracts.Tests/RequestModels/Project/GetAllProjectsRequest.cs#L78
Possible null reference argument for parameter 'value' in 'bool string.StartsWith(string value)'.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.Data/Entities/Kpi.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.API/Extensions/EnumExtensions.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.API/UseCases/Project/Tasks/School/UpdateSchoolTaskService.cs#L7
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.API/UseCases/Project/Tasks/RegionAndLocalAuthority/UpdateRegionAndLocalAuthorityTaskService.cs#L5
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.