Skip to content

fix coverallsapp version github action publish #185

fix coverallsapp version github action publish

fix coverallsapp version github action publish #185

Triggered via pull request September 30, 2024 15:59
Status Success
Total duration 37s
Artifacts

run-tests.yml

on: pull_request
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/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/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/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#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/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/Sdk/Service/Upload/FileUploader.cs#L95
The variable 'chunkNumber' is assigned but its value is never used