feature/serialization helpers #206
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
sonarcloud.yml
on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
Build
1m 40s
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/serialization/DeserializationHelpers.cs#L28
All 'Deserialize' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/serialization/JsonSerializationHelpers.cs#L25
All 'SerializeAsStream' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/serialization/JsonSerializationHelpers.cs#L34
All 'SerializeAsString' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/serialization/ParseNodeFactoryRegistry.cs#L36
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
Build:
src/serialization/SerializationHelpers.cs#L27
All 'SerializeAsStream' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/serialization/SerializationHelpers.cs#L40
All 'SerializeAsString' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build:
src/authentication/ApiKeyAuthenticationProvider.cs#L74
The parameter name 'KeyLoc' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)
|
Build:
src/serialization/SerializationWriterFactoryRegistry.cs#L44
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|
Build:
src/serialization/ParseNodeFactoryRegistry.cs#L49
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|