Skip to content

Add pre-scheduling and retry handler cancellation support for activities and sub-orchestrators #281

Add pre-scheduling and retry handler cancellation support for activities and sub-orchestrators

Add pre-scheduling and retry handler cancellation support for activities and sub-orchestrators #281

Triggered via pull request January 7, 2026 00:11
Status Failure
Total duration 38s
Artifacts
smoke-tests
30s
smoke-tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
smoke-tests
Process completed with exit code 1.
smoke-tests: src/Abstractions/TaskOrchestrationContext.cs#L459
Possible null reference return.
smoke-tests: src/Abstractions/TaskOrchestrationContext.cs#L459
The type 'TState' cannot be used as type parameter 'TState' in the generic type or method 'ILogger.BeginScope<TState>(TState)'. Nullability of type argument 'TState' doesn't match 'notnull' constraint.
smoke-tests: src/Abstractions/TaskOrchestrationContext.cs#L459
Nullability in constraints for type parameter 'TState' of method 'TaskOrchestrationContext.ReplaySafeLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
smoke-tests: src/Client/Core/DependencyInjection/DurableTaskClientBuilderExtensions.cs#L83
Prefer the generic overload 'Microsoft.DurableTask.Client.DurableTaskBuilderExtensions.UseBuildTarget<TTarget>(Microsoft.DurableTask.Client.IDurableTaskClientBuilder)' instead of 'Microsoft.DurableTask.Client.DurableTaskBuilderExtensions.UseBuildTarget(Microsoft.DurableTask.Client.IDurableTaskClientBuilder, System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
smoke-tests: src/Client/Core/StartOrchestrationOptionsExtensions.cs#L13
Missing XML comment for publicly visible type or member 'StartOrchestrationOptionsExtensions.ValidDedupeStatuses'
smoke-tests: src/Client/Core/StartOrchestrationOptionsExtensions.cs#L18
'OrchestrationRuntimeStatus.Canceled' is obsolete: 'The Canceled status is not currently used and exists only for compatibility reasons.'
smoke-tests: src/Abstractions/TaskOrchestrationContext.cs#L459
Possible null reference return.
smoke-tests: src/Abstractions/TaskOrchestrationContext.cs#L459
The type 'TState' cannot be used as type parameter 'TState' in the generic type or method 'ILogger.BeginScope<TState>(TState)'. Nullability of type argument 'TState' doesn't match 'notnull' constraint.
smoke-tests: src/Abstractions/TaskOrchestrationContext.cs#L459
Nullability in constraints for type parameter 'TState' of method 'TaskOrchestrationContext.ReplaySafeLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.