This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Update needs-author-feedback label to replacement (#259) #365
sonarcloud.yml
on: push
check if SONAR_TOKEN is set in github secrets
0s
Build
4m 20s
Annotations
10 warnings
Build:
src/HttpClientRequestAdapter.cs#L446
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/Middleware/ChaosHandler.cs#L25
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
Build:
src/Middleware/ChaosHandler.cs#L39
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
Build:
src/Extensions/HttpRequestMessageExtensions.cs#L35
Remove this unnecessary cast to 'T'. (https://rules.sonarsource.com/csharp/RSPEC-1905)
|
Build:
src/Middleware/HeadersInspectionHandler.cs#L31
Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
src/HttpClientRequestAdapter.cs#L94
Await DisposeAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build:
src/Middleware/RedirectHandler.cs#L44
Refactor this method to reduce its Cognitive Complexity from 33 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
src/HttpClientRequestAdapter.cs#L130
Await DisposeAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build:
src/HttpClientRequestAdapter.cs#L171
Await DisposeAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build:
src/HttpClientRequestAdapter.cs#L207
Refactor this method to reduce its Cognitive Complexity from 30 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|