Skip to content

feature/multi part #130

feature/multi part

feature/multi part #130

Triggered via pull request July 21, 2023 19:10
Status Success
Total duration 2m 41s
Artifacts
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
check if SONAR_TOKEN is set in github secrets
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/ApiException.cs#L12
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
Build: src/MultipartBody.cs#L19
Make '_boundary' 'readonly'.
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/DefaultQueryParameters.cs#L10
Remove this empty class, write its code or make it an "interface".
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/RequestHeaders.cs#L39
Refactor 'Values' into a method, properties should not copy collections.
Build: src/Time.cs#L21
Provide the "DateTimeKind" when creating this object.