Update dependency FluentValidation to v11.9.2 #6008
continuous-integration-dotnet.yml
on: pull_request
build-test
7m 53s
Annotations
10 warnings
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.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#L41
Possible null reference return.
|
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.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/Pages/Project/ProjectStatus/EditProjectStatus.cshtml.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test:
Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects/Pages/Project/ProjectStatus/EditProjectStatus.cshtml.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test:
Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects/Pages/Project/ProjectStatus/EditProjectStatus.cshtml.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|