Skip to content

Update dependency FluentAssertions to 6.12.2 (main) #5505

Update dependency FluentAssertions to 6.12.2 (main)

Update dependency FluentAssertions to 6.12.2 (main) #5505

Triggered via pull request January 23, 2025 10:21
Status Success
Total duration 4m 37s
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.