feature/multi part #132
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 45s
Annotations
10 warnings
Build:
src/NativeResponseWrapper.cs#L14
Add a 'protected' constructor or the 'static' keyword to the class declaration.
|
Build:
src/ApiException.cs#L12
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
|
Build:
src/DefaultQueryParameters.cs#L10
Remove this empty class, write its code or make it an "interface".
|
Build:
src/NativeResponseHandler.cs#L20
Make this field 'private' and encapsulate it in a 'public' property.
|
Build:
src/NativeResponseWrapper.cs#L14
Add a 'protected' constructor or the 'static' keyword to the class declaration.
|
Build:
src/RequestHeaders.cs#L39
Refactor 'Values' into a method, properties should not copy collections.
|
Build:
src/serialization/ParsableFactory.cs#L15
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
|
Build:
src/serialization/ParseNodeFactoryRegistry.cs#L36
Pass a timeout to limit the execution time.
|
Build:
src/store/BackingStoreFactorySingleton.cs#L10
Add a 'protected' constructor or the 'static' keyword to the class declaration.
|
Build:
src/Time.cs#L21
Provide the "DateTimeKind" when creating this object.
|