Skip to content

Update dependency Microsoft.Identity.Web.UI to v1.26.0 (#1240) #4064

Update dependency Microsoft.Identity.Web.UI to v1.26.0 (#1240)

Update dependency Microsoft.Identity.Web.UI to v1.26.0 (#1240) #4064

Triggered via push June 28, 2024 15:40
Status Success
Total duration 3m 59s
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.API.Contracts/Case/ActiveCaseSummaryResponse.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.