Skip to content

Update dependency NUnit3TestAdapter to v4.5.0 (#1247) #4123

Update dependency NUnit3TestAdapter to v4.5.0 (#1247)

Update dependency NUnit3TestAdapter to v4.5.0 (#1247) #4123

Triggered via push July 1, 2024 13:50
Status Success
Total duration 4m 6s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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 declaring the property as nullable.