Skip to content

Update dependency NUnit.Analyzers to v3.10.0 (staging) - autoclosed #4112

Update dependency NUnit.Analyzers to v3.10.0 (staging) - autoclosed

Update dependency NUnit.Analyzers to v3.10.0 (staging) - autoclosed #4112

Triggered via pull request July 1, 2024 10:46
Status Failure
Total duration 2m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils.Tests/Extensions/StringExtensionTests.cs#L44
The value of the argument at position '0' of type object cannot be assigned to the parameter 'input' of type string (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit1001.md)
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils.Tests/Extensions/StringExtensionTests.cs#L44
The value of the argument at position '0' of type object cannot be assigned to the parameter 'input' of type string (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit1001.md)
build-test
Process completed with exit code 1.
build-test: ConcernsCaseWork/ConcernsCaseWork.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: ConcernsCaseWork/ConcernsCaseWork.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: ConcernsCaseWork/ConcernsCaseWork.UserContext/UserInfo.cs#L41
Possible null reference return.
build-test: ConcernsCaseWork/ConcernsCaseWork.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: ConcernsCaseWork/ConcernsCaseWork.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: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Case/ActiveCaseSummaryResponse.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/EnumExtensions.cs#L11
Converting null literal or possible null value to non-nullable type.