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

Bump Microsoft.Kiota.Abstractions from 1.6.1 to 1.7.0 #167

Bump Microsoft.Kiota.Abstractions from 1.6.1 to 1.7.0

Bump Microsoft.Kiota.Abstractions from 1.6.1 to 1.7.0 #167

Triggered via pull request November 8, 2023 19:25
Status Success
Total duration 1m 46s
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

10 warnings
Build: src/JsonSerializationWriter.cs#L25
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
Build: src/JsonSerializationWriter.cs#L25
'ISerializationWriter' implements 'IDisposable' so 'IDisposable' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
Build: src/JsonParseNode.cs#L106
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/JsonParseNode.cs#L132
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/JsonParseNode.cs#L145
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
Build: src/JsonParseNode.cs#L249
Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build: src/JsonSerializationWriter.cs#L328
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build: src/JsonParseNode.cs#L352
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build: src/JsonSerializationWriter.cs#L441
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)
Build: src/JsonParseNode.cs#L412
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)