Skip to content

Unified Intake footer #9885

Unified Intake footer

Unified Intake footer #9885

Triggered via pull request August 5, 2026 11:39
Status Success
Total duration 13m 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.API.Contracts/Project/Tasks/TaskSummaryBuilderParameters.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.UserContext/UserInfo.cs#L9
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.Logging/CorrelationIdMiddleware.cs#L43
Possible null reference argument for parameter 'correlationId' in 'void ICorrelationContext.SetContext(string correlationId)'.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.Logging/CorrelationIdMiddleware.cs#L34
Converting null literal or possible null value to non-nullable type.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.Logging/CorrelationContext.cs#L7
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.UserContext/ServerUserInfoService.cs#L21
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.UserContext/ClientUserInfoService.cs#L14
Non-nullable property 'UserInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.