Add simple poison message handling for Azure Storage #68
Annotations
10 errors and 11 warnings
build:
src/DurableTask.AzureStorage/MessageManager.cs#L53
Possible null reference assignment.
|
build:
src/DurableTask.AzureStorage/MessageManager.cs#L46
Non-nullable field 'azureStorageClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/DurableTask.AzureStorage/MessageManager.cs#L46
Non-nullable field 'blobContainer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/DurableTask.AzureStorage/Messaging/ControlQueue.cs#L210
Converting null literal or possible null value to non-nullable type.
|
build:
src/DurableTask.AzureStorage/Messaging/ControlQueue.cs#L212
Possible null reference argument for parameter 'blobUri' in 'Task<string> MessageManager.DownloadAndDecompressAsBytesAsync(Uri blobUri)'.
|
build:
src/DurableTask.AzureStorage/MessageManager.cs#L53
Possible null reference assignment.
|
build:
src/DurableTask.AzureStorage/MessageManager.cs#L46
Non-nullable field 'azureStorageClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/DurableTask.AzureStorage/MessageManager.cs#L46
Non-nullable field 'blobContainer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/DurableTask.AzureStorage/Messaging/ControlQueue.cs#L210
Converting null literal or possible null value to non-nullable type.
|
build:
src/DurableTask.AzureStorage/Messaging/ControlQueue.cs#L212
Possible null reference argument for parameter 'blobUri' in 'Task<string> MessageManager.DownloadAndDecompressAsBytesAsync(Uri blobUri)'.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|