Skip to content

chore: bump coverlet.msbuild from 6.0.2 to 6.0.3 #443

chore: bump coverlet.msbuild from 6.0.2 to 6.0.3

chore: bump coverlet.msbuild from 6.0.2 to 6.0.3 #443

Triggered via pull request December 31, 2024 21:50
Status Success
Total duration 1m 47s
Artifacts

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

12 warnings
check if SONAR_TOKEN is set in github secrets
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build: src/Microsoft.Kiota.Cli.Commons/IO/ODataPagingService.cs#L40
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Build: src/Microsoft.Kiota.Cli.Commons/IO/NativePagingResponseHandler.cs#L28
Define a constant instead of using this literal 'The response handler has not been invoked yet.' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Build: src/Microsoft.Kiota.Cli.Commons/IO/JmesPathOutputFilter.cs#L34
Await TransformAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
Build: src/Microsoft.Kiota.Cli.Commons/Http/Headers/BaseHeadersStore.cs#L86
Make 'ParseHeadersIterator' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Build: src/Microsoft.Kiota.Cli.Commons/IO/ODataPagingService.cs#L72
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
Build: src/Microsoft.Kiota.Cli.Commons/IO/JsonOutputFormatter.cs#L86
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
Build: src/Microsoft.Kiota.Cli.Commons/IO/TableOutputFormatter.cs#L66
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
Build: src/Microsoft.Kiota.Cli.Commons/IO/TableOutputFormatter.cs#L52
Make 'ConstructTable' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Build: src/Microsoft.Kiota.Cli.Commons/IO/ODataPagingService.cs#L154
Resource 'enumerator' has already been disposed explicitly or through a using statement implicitly. Remove the redundant disposal. (https://rules.sonarsource.com/csharp/RSPEC-3966)
Build: src/Microsoft.Kiota.Cli.Commons/IO/ODataPagingService.cs#L94
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)