Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Add uri replacement handler #200

Add uri replacement handler

Add uri replacement handler #200

Triggered via pull request November 2, 2023 14:13
Status Success
Total duration 4m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

sonarcloud.yml

on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
check if SONAR_TOKEN is set in github secrets
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/KiotaClientFactory.cs#L68
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
Build: src/Middleware/UserAgentHandler.cs#L37
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)
Build: src/Middleware/ChaosHandler.cs#L64
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)
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)
Build: src/HttpClientRequestAdapter.cs#L353
Remove this unused method parameter 'cancellationToken'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
Build: src/HttpClientRequestAdapter.cs#L431
Remove this unused method parameter 'cancellationToken'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
Build: src/HttpClientRequestAdapter.cs#L526
Refactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build: src/Middleware/CompressionHandler.cs#L39
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)