feat: update Liquid.Adapter.Storage for net8. #17
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/Liquid.Adapter.AzureStorage/BlobStorageAdapter.cs#L151
Possible null reference return.
|
src/Liquid.Adapter.AzureStorage/BlobClientFactory.cs#L11
Make '_clients' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
|
src/Liquid.Adapter.AzureStorage/BlobClientFactory.cs#L30
The parameter name '_options' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)
|
src/Liquid.Adapter.AzureStorage/BlobStorageAdapter.cs#L47
Remove this empty statement. (https://rules.sonarsource.com/csharp/RSPEC-1116)
|
src/Liquid.Adapter.AzureStorage/BlobStorageAdapter.cs#L65
Await GetTagsAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
src/Liquid.Adapter.AzureStorage/BlobStorageAdapter.cs#L37
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
|
src/Liquid.Adapter.AzureStorage/BlobStorageAdapter.cs#L93
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
|
src/Liquid.Adapter.AzureStorage/BlobStorageAdapter.cs#L153
Add logic to this catch clause or eliminate it and rethrow the exception automatically. (https://rules.sonarsource.com/csharp/RSPEC-2737)
|
src/Liquid.Adapter.AzureStorage/BlobStorageAdapter.cs#L105
Await GetTagsAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
src/Liquid.Adapter.AzureStorage/BlobStorageAdapter.cs#L141
Await GetTagsAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
|
|
The logs for this run have expired and are no longer available.
Loading