Skip to content

Include Exception Properties at FailureDetails via Custom Provider #1306

Include Exception Properties at FailureDetails via Custom Provider

Include Exception Properties at FailureDetails via Custom Provider #1306

Triggered via pull request October 15, 2025 04:04
Status Success
Total duration 7m 39s
Artifacts

codeQL.yml

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

Annotations

11 warnings
Analyze (csharp): src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
Analyze (csharp): src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L74
Possible null reference argument for parameter 'locationUri' in 'DurableHttpRequest TaskOrchestrationContextExtensionMethods.CreateLocationPollRequest(DurableHttpRequest durableHttpRequest, string locationUri)'.
Analyze (csharp): src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L72
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L59
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
Analyze (csharp): src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
Analyze (csharp): src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
Analyze (csharp): src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L74
Possible null reference argument for parameter 'locationUri' in 'DurableHttpRequest TaskOrchestrationContextExtensionMethods.CreateLocationPollRequest(DurableHttpRequest durableHttpRequest, string locationUri)'.
Analyze (csharp): src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L72
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
Analyze (csharp): src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
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.