Skip to content

Update release template (v2.x) #240

Update release template (v2.x)

Update release template (v2.x) #240

Triggered via pull request December 18, 2024 18:12
Status Success
Total duration 8m 18s
Artifacts

codeQL.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\azure-functions-durable-extension\azure-functions-durable-extension\.github\workflows\codeQL.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
Analyze (csharp): src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
Analyze (csharp): 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.
Analyze (csharp): src/DurableFunctions.TypedInterfaces/example/Calculator.cs#L106
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
Analyze (csharp): src/DurableFunctions.TypedInterfaces/example/SimpleOrchestration.cs#L31
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
Analyze (csharp): src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
Analyze (csharp): 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.