Fix error handling propagation #260
Annotations
7 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/DurableTask.SqlServer.AzureFunctions/SqlDurabilityProvider.cs#L81
Possible null reference argument for parameter 'json' in 'JObject JObject.Parse(string json)'.
|
src/DurableTask.SqlServer.AzureFunctions/SqlDurabilityProvider.cs#L89
Converting null literal or possible null value to non-nullable type.
|
src/DurableTask.SqlServer.AzureFunctions/SqlDurabilityProvider.cs#L97
Converting null literal or possible null value to non-nullable type.
|
src/DurableTask.SqlServer.AzureFunctions/SqlDurabilityProvider.cs#L81
Possible null reference argument for parameter 'json' in 'JObject JObject.Parse(string json)'.
|
src/DurableTask.SqlServer.AzureFunctions/SqlDurabilityProvider.cs#L89
Converting null literal or possible null value to non-nullable type.
|
src/DurableTask.SqlServer.AzureFunctions/SqlDurabilityProvider.cs#L97
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading