Skip to content

Kiota Dotnet Mono repo migration #462

Kiota Dotnet Mono repo migration

Kiota Dotnet Mono repo migration #462

Triggered via pull request July 5, 2024 10:18
Status Success
Total duration 1m 57s
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/abstractions/MultipartBody.cs#L194
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
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#L25
All 'GetEnumValue' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
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/NativeResponseWrapper.cs#L14
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build: src/abstractions/serialization/KiotaJsonSerializer.Serialization.cs#L24
All 'SerializeAsStream' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
Build: src/abstractions/serialization/KiotaJsonSerializer.Serialization.cs#L34
All 'SerializeAsString' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
Build: src/abstractions/serialization/KiotaJsonSerializer.Serialization.cs#L44
All 'SerializeAsStringAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
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)