Merge pull request #346 from microsoft/ci/task-version #636
sonarcloud.yml
on: push
check if SONAR_TOKEN is set in github secrets
0s
Build
4m 17s
Annotations
10 warnings
Build:
src/abstractions/DefaultQueryParameters.cs#L10
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Build:
src/abstractions/Helpers/EnumHelpers.cs#L26
All 'GetEnumValue' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/abstractions/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/abstractions/NativeResponseHandler.cs#L20
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
Build:
src/abstractions/serialization/KiotaSerializer.Deserialization.cs#L27
All 'Deserialize' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/abstractions/serialization/KiotaSerializer.Deserialization.cs#L156
All 'DeserializeAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/abstractions/serialization/KiotaSerializer.Serialization.cs#L33
All 'SerializeAsStream' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/abstractions/serialization/KiotaSerializer.Serialization.cs#L48
All 'SerializeAsString' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/abstractions/serialization/KiotaSerializer.Serialization.cs#L62
All 'SerializeAsStringAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/abstractions/serialization/KiotaJsonSerializer.Serialization.cs#L26
All 'SerializeAsStream' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|