Skip to content

Increase Isolated Worker Dependencies Version and Fix WriteAsJson #1606

Increase Isolated Worker Dependencies Version and Fix WriteAsJson

Increase Isolated Worker Dependencies Version and Fix WriteAsJson #1606

Triggered via pull request August 14, 2025 21:29
Status Success
Total duration 8m 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L59
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L117
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#L91
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: test/SmokeTests/OOProcSmokeTests/DotNetIsolated/FaultyOrchestrators.cs#L95
The method 'TimeoutOrchestrator' uses 'Thread.Sleep(TimeSpan)' that may cause non-deterministic behavior when invoked from orchestration 'TimeoutOrchestrator'
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#L59
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L117
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#L91
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).