Account for better secondary retry policy #5487
Annotations
1 error, 9 warnings, and 1 notice
dotnet format
Process completed with exit code 1.
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L28
'HttpRetry' has a cyclomatic complexity of '26'. Rewrite or refactor the code to decrease its complexity below '26'.
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L73
Modify 'HttpRetry' to catch a more specific allowed exception type, or rethrow the exception
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L34
Use pattern matching
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L81
Substring can be simplified
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L62
Add braces to 'if' statement.
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L52
Add braces to 'if' statement.
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L38
Add braces to 'if' statement.
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L37
Add braces to 'if' statement.
|
dotnet format:
src/Octoshift/RetryPolicy.cs#L34
Add braces to 'if' statement.
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Loading