Skip to content

Improve Exception Handling and Testing for .NET Isolated Orchestrations#1251

Merged
nytian merged 2 commits into
mainfrom
nytian/failure-details-orch
Oct 20, 2025
Merged

Improve Exception Handling and Testing for .NET Isolated Orchestrations#1251
nytian merged 2 commits into
mainfrom
nytian/failure-details-orch

Conversation

@nytian

@nytian nytian commented Oct 20, 2025

Copy link
Copy Markdown
Contributor

Fix an edge case where orchestrations using DurableTaskWorker throw exceptions directly. In these scenarios, the original exception is returned to executor instead of a DurableTask exception type, causing exception properties to be missing from failure details.

This change addresses the issue and adds comprehensive tests for the ExceptionPropertiesProvider to ensure proper handling of exception metadata.

@nytian nytian merged commit 29321fb into main Oct 20, 2025
43 checks passed
@nytian nytian deleted the nytian/failure-details-orch branch October 20, 2025 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants