Skip to content

Application Insights front-end telemetry #8019

Application Insights front-end telemetry

Application Insights front-end telemetry #8019

Re-run triggered December 3, 2024 15:30
Status Success
Total duration 12m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.Logging/CorrelationContext.cs#L5
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/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.
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.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.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.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/TagHelpers/TextAreaInputTagHelper.cs#L16
'TextAreaInputTagHelper.BoldLabel' hides inherited member 'InputTagHelperBase.BoldLabel'. Use the new keyword if hiding was intended.
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects/TagHelpers/StatusTagHelper.cs#L12
The field 'StatusTagHelper._htmlHelper' is never used
build-test: Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects/Pages/Project/Tasks/PDG/Central/AddVariationLetter.cshtml#L9
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)