Skip to content

Update dependency xunit.runner.visualstudio to 2.8.2 (main) #5473

Update dependency xunit.runner.visualstudio to 2.8.2 (main)

Update dependency xunit.runner.visualstudio to 2.8.2 (main) #5473

Triggered via pull request December 9, 2024 15:37
Status Success
Total duration 4m 14s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
appsettings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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: 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.UserContext/ClientUserInfoService.cs#L24
All 'SetPrincipal' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build-test: ConcernsCaseWork/ConcernsCaseWork.UserContext/ServerUserInfoService.cs#L21
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
build-test: ConcernsCaseWork/ConcernsCaseWork.UserContext/ClientUserInfoService.cs#L65
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
build-test: ConcernsCaseWork/ConcernsCaseWork.UserContext/ClientUserInfoService.cs#L61
Make 'GetPrincipalName' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/EnumExtensions.cs#L11
Converting null literal or possible null value to non-nullable type.