Bump Std.UriTemplate from 1.0.2 to 1.0.3 #459
Annotations
10 warnings
src/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)
|
src/DefaultQueryParameters.cs#L10
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
src/NativeResponseHandler.cs#L20
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
src/NativeResponseWrapper.cs#L14
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
src/store/BackingStoreFactorySingleton.cs#L10
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
src/serialization/KiotaJsonSerializer.Serialization.cs#L24
All 'SerializeAsStream' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
src/serialization/KiotaJsonSerializer.Serialization.cs#L34
All 'SerializeAsString' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
src/serialization/KiotaJsonSerializer.Serialization.cs#L44
All 'SerializeAsStringAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
src/serialization/ParsableFactory.cs#L15
Add the 'out' keyword to parameter 'T' to make it 'covariant'. (https://rules.sonarsource.com/csharp/RSPEC-3246)
|
src/Time.cs#L36
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
This job succeeded
Loading