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 49m 13s
Artifacts

validate-build-e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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).
build: src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L74
Possible null reference argument for parameter 'locationUri' in 'DurableHttpRequest TaskOrchestrationContextExtensionMethods.CreateLocationPollRequest(DurableHttpRequest durableHttpRequest, string locationUri)'.
build: src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L72
Converting null literal or possible null value to non-nullable type.
build: src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L74
Possible null reference argument for parameter 'locationUri' in 'DurableHttpRequest TaskOrchestrationContextExtensionMethods.CreateLocationPollRequest(DurableHttpRequest durableHttpRequest, string locationUri)'.
build: src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L59
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L72
Converting null literal or possible null value to non-nullable type.
build: 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).
build: 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).
build: 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).
build: 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).