Skip to content

update v3.0.1, update README (#106) #193

update v3.0.1, update README (#106)

update v3.0.1, update README (#106) #193

Triggered via push October 14, 2024 15:31
Status Success
Total duration 35s
Artifacts

run-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Tests: Bynder/Sdk/Service/Upload/FileUploader.cs#L95
The variable 'chunkNumber' is assigned but its value is never used
Tests: Bynder/Sample/TagsSample.cs#L101
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Tests: Bynder/Sample/MediaSample.cs#L58
'Media.PropertyAssetType' is obsolete: 'Use PropertyOptionsDictionary?["property_assettype"] instead'
Tests: Bynder/Sample/MediaSample.cs#L64
'Media.PropertyAssetType' is obsolete: 'Use PropertyOptionsDictionary?["property_assettype"] instead'
Tests: Bynder/Sample/ApiSample.cs#L23
The field 'ApiSample._bynderClient' is never used
Tests: Bynder/Test/Service/OAuth/OAuthServiceTest.cs#L116
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Tests: Bynder/Test/Service/OAuth/OAuthServiceTest.cs#L125
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Tests: Bynder/Test/Service/OAuth/OAuthServiceTest.cs#L155
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Tests: Bynder/Test/Service/OAuth/OAuthServiceTest.cs#L134
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
Tests: Bynder/Sdk/Service/Upload/FileUploader.cs#L95
The variable 'chunkNumber' is assigned but its value is never used