Merge Latest Changes from dev into v3.x and Dependency Version Upgrades #116
Annotations
3 errors and 11 warnings
Build:
src/WebJobs.Extensions.DurableTask/AzureStorageDurabilityProviderFactory.cs#L221
'AzureStorageOrchestrationServiceSettings' does not contain a definition for 'AllowReplayingTerminalInstances'
|
Build:
src/WebJobs.Extensions.DurableTask/AzureStorageDurabilityProviderFactory.cs#L221
'AzureStorageOrchestrationServiceSettings' does not contain a definition for 'AllowReplayingTerminalInstances'
|
Build
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/WebJobs.Extensions.DurableTask/EndToEndTraceHelper.cs#L16
Possible null reference assignment.
|
Build:
src/WebJobs.Extensions.DurableTask/Listener/TaskOrchestrationShim.cs#L187
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
Build:
src/DurableFunctions.TypedInterfaces/Example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L95
'IDurableOrchestrationClient.RewindAsync(string, string)' is obsolete: 'This feature is in preview.'
|
Build:
src/DurableFunctions.TypedInterfaces/Example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
|
Build:
src/DurableFunctions.TypedInterfaces/Example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L125
'IDurableOrchestrationClient.GetStatusAsync(OrchestrationStatusQueryCondition, CancellationToken)' is obsolete
|
Build:
src/DurableFunctions.TypedInterfaces/Example/Calculator.cs#L106
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
|
Build:
src/DurableFunctions.TypedInterfaces/Example/SimpleOrchestration.cs#L21
DurableClient attribute is applied to a 'ITypedDurableClient' but must be used with either an IDurableClient, IDurableEntityClient, or an IDurableOrchestrationClient.
|
Build:
src/DurableFunctions.TypedInterfaces/Example/SimpleOrchestration.cs#L31
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
|
Build:
src/WebJobs.Extensions.DurableTask/EndToEndTraceHelper.cs#L16
Possible null reference assignment.
|
Build:
src/WebJobs.Extensions.DurableTask/Listener/TaskOrchestrationShim.cs#L187
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
Loading