Skip to content

Update dependency Polly to 8.6.5 #80

Update dependency Polly to 8.6.5

Update dependency Polly to 8.6.5 #80

Triggered via pull request September 26, 2025 19:58
Status Success
Total duration 2m 0s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Analyze (csharp): tests/Extensions.Tests/StringExtensionsTests.cs#L20
Null should not be used for type parameter 'expected' of type 'Extensions.Tests.StringExtensionsTests.TestEnum'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Analyze (csharp): src/Extensions/IWebHostExtensions.cs#L96
'SqlException' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Analyze (csharp): src/Extensions/IWebHostExtensions.cs#L62
'SqlException' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Analyze (csharp): src/Utils/Result.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): tests/Extensions.Tests/StringExtensionsTests.cs#L20
Null should not be used for type parameter 'expected' of type 'Extensions.Tests.StringExtensionsTests.TestEnum'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Analyze (csharp): src/Extensions/IWebHostExtensions.cs#L96
'SqlException' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Analyze (csharp): src/Extensions/IWebHostExtensions.cs#L62
'SqlException' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Analyze (csharp): src/Utils/Result.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.