Skip to content

Merge pull request #124 from microsoft/dependabot/github_actions/acti… #160

Merge pull request #124 from microsoft/dependabot/github_actions/acti…

Merge pull request #124 from microsoft/dependabot/github_actions/acti… #160

Triggered via push September 5, 2023 06:33
Status Success
Total duration 2m 30s
Artifacts

sonarcloud.yml

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

Annotations

10 warnings
Build: src/NativeResponseHandler.cs#L20
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
Build: src/NativeResponseWrapper.cs#L14
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build: src/DefaultQueryParameters.cs#L10
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
Build: src/RequestHeaders.cs#L39
Refactor 'Values' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
Build: src/serialization/ParsableFactory.cs#L15
Add the 'out' keyword to parameter 'T' to make it 'covariant'. (https://rules.sonarsource.com/csharp/RSPEC-3246)
Build: src/serialization/ParseNodeFactoryRegistry.cs#L36
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
Build: src/store/BackingStoreFactorySingleton.cs#L10
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build: src/Time.cs#L21
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
Build: src/Date.cs#L30
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
Build: src/authentication/ApiKeyAuthenticationProvider.cs#L71
The parameter name 'KeyLoc' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)