Update dependency xunit.runner.visualstudio to 2.8.2 (main) #5326
Triggered via pull request
September 13, 2024 14:17
Status
Success
Total duration
4m 42s
Artifacts
–
continuous-integration-dotnet.yml
on: pull_request
appsettings
3s
build-test
4m 31s
Annotations
10 warnings
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.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.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.
|
build-test:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/EnumExtensions.cs#L15
Possible null reference return.
|
build-test:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/DateExtension.cs#L24
Possible null reference return.
|
build-test:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/StringExtension.cs#L40
Possible null reference assignment.
|
build-test:
ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/StringExtension.cs#L79
Possible null reference return.
|