Skip to content

Update dependency Moq to 4.20.72 (main) #5472

Update dependency Moq to 4.20.72 (main)

Update dependency Moq to 4.20.72 (main) #5472

Triggered via pull request December 9, 2024 15:36
Status Success
Total duration 4m 5s
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/BooleanExtensions.cs#L7
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
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/StringExtension.cs#L40
Using http protocol is insecure. Use https instead. (https://rules.sonarsource.com/csharp/RSPEC-5332)
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.