Skip to content

Update dependency Ardalis.GuardClauses to 4.6.0 (main) #5452

Update dependency Ardalis.GuardClauses to 4.6.0 (main)

Update dependency Ardalis.GuardClauses to 4.6.0 (main) #5452

Triggered via pull request November 25, 2024 15:34
Status Failure
Total duration 1m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Case/ConcernCaseRequest.cs#L58
'CanBeNullAttribute' is inaccessible due to its protection level
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Case/ConcernCaseRequest.cs#L58
'CanBeNullAttribute' is inaccessible due to its protection level
build-test
Process completed with exit code 1.
build-test: ConcernsCaseWork/ConcernsCaseWork.API.Contracts/Case/ActiveCaseSummaryResponse.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test: ConcernsCaseWork/ConcernsCaseWork.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: 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/EnumExtensions.cs#L11
Converting null literal or possible null value to non-nullable type.