Skip to content

Add WaitForCompletionOrCreateCheckStatusResponseAsync to Microsoft.Azure.Functions.Worker.DurableTaskClientExtensions #104

Add WaitForCompletionOrCreateCheckStatusResponseAsync to Microsoft.Azure.Functions.Worker.DurableTaskClientExtensions

Add WaitForCompletionOrCreateCheckStatusResponseAsync to Microsoft.Azure.Functions.Worker.DurableTaskClientExtensions #104

Re-run triggered October 29, 2024 00:07
Status Success
Total duration 10m 55s
Artifacts

codeQL.yml

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

Annotations

11 warnings
Analyze (csharp)
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/
Analyze (csharp): src/Worker.Extensions.DurableTask/DurableTaskClientExtensions.cs#L34
XML comment has badly formed XML -- 'Expected an end tag for element 'param'.'
Analyze (csharp): src/Worker.Extensions.DurableTask/DurableTaskClientExtensions.cs#L102
Parameter 'returnInternalServerErrorOnFailure' has no matching param tag in the XML comment for 'DurableTaskClientExtensions.CreateCheckStatusResponseAsync(DurableTaskClient, HttpRequestData, string, CancellationToken, bool)' (but other parameters do)
Analyze (csharp): src/Worker.Extensions.DurableTask/DurableTaskClientExtensions.cs#L122
Parameter 'returnInternalServerErrorOnFailure' has no matching param tag in the XML comment for 'DurableTaskClientExtensions.CreateCheckStatusResponseAsync(DurableTaskClient, HttpRequestData, string, HttpStatusCode, CancellationToken, bool)' (but other parameters do)
Analyze (csharp): src/Worker.Extensions.DurableTask/DurableTaskClientExtensions.cs#L155
Parameter 'returnInternalServerErrorOnFailure' has no matching param tag in the XML comment for 'DurableTaskClientExtensions.CreateCheckStatusResponse(DurableTaskClient, HttpRequestData, string, CancellationToken, bool)' (but other parameters do)
Analyze (csharp): src/Worker.Extensions.DurableTask/DurableTaskClientExtensions.cs#L175
Parameter 'returnInternalServerErrorOnFailure' has no matching param tag in the XML comment for 'DurableTaskClientExtensions.CreateCheckStatusResponse(DurableTaskClient, HttpRequestData, string, HttpStatusCode, CancellationToken, bool)' (but other parameters do)
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/SimpleOrchestration.cs#L31
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.