Skip to content

Update dependency FluentAssertions to 6.12.2 (main) #5494

Update dependency FluentAssertions to 6.12.2 (main)

Update dependency FluentAssertions to 6.12.2 (main) #5494

Triggered via pull request January 7, 2025 09:43
Status Success
Total duration 4m 13s
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.Utils/Extensions/EnumExtensions.cs#L11
Converting null literal or possible null value to non-nullable type.
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/StringExtension.cs#L40
Using http protocol is insecure. Use https instead. (https://rules.sonarsource.com/csharp/RSPEC-5332)
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/IntegerExtensions.cs#L7
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/IntegerExtensions.cs#L7
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
build-test: ConcernsCaseWork/ConcernsCaseWork.Utils/Extensions/BooleanExtensions.cs#L7
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
build-test: ConcernsCaseWork/ConcernsCaseWork.UserContext/UserInfo.cs#L41
Possible null reference return.