Flattening work by @neildsouth to add Azure Blob Storage support #703
Annotations
1 error and 12 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Storage/API/StorageConnectionException.cs#L26
Non-nullable property 'ServerMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Storage/API/StorageConnectionException.cs#L31
Non-nullable property 'ServerMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Storage/API/StorageConnectionException.cs#L36
Non-nullable property 'ServerMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Storage/API/StorageConnectionException.cs#L41
Non-nullable property 'ServerMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Storage/API/StorageConnectionException.cs#L41
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Plugins/AzureBlob/Monai.Deploy.Storage.AzureBlob/AzureBlobStorageService.cs#L153
Possible null reference argument for parameter 'filename' in 'VirtualFileInfo.VirtualFileInfo(string filename, string filePath, string etag, ulong size)'.
|
src/Plugins/AzureBlob/Monai.Deploy.Storage.AzureBlob.Tests/Unit/AzureBlobServiceTests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
src/Plugins/AzureBlob/Monai.Deploy.Storage.AzureBlob.Tests/Unit/AzureBlobServiceTests.cs#L19
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.
|
src/Plugins/AzureBlob/Monai.Deploy.Storage.AzureBlob.Tests/Unit/AzureBlobClientFactoryTests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
src/Plugins/AzureBlob/Monai.Deploy.Storage.AzureBlob.Tests/Unit/AzureBlobServiceTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading