Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CommandTaskSequenceChaner when exception occurs #1520

Merged
merged 1 commit into from Nov 23, 2022

Conversation

exyi
Copy link
Member

@exyi exyi commented Nov 22, 2022

CommandTaskSequenceHelper is used when you use ; operator in a command binding. We used to chain the tasks using ContinueWith which (counterintuitively) continues even exception occurs. So when you called a method1(); ... it would silence exceptions from method1.

CommandTaskSequenceHelper is used when you use `;` operator
in a command binding. We used to chain the tasks using
ContinueWith which (counterintuitively) continues even
exception occurs. So when you called a `method1(); ...` it
would silence exceptions from method1.
@exyi exyi force-pushed the fix-exception-task-chaining branch from 9650717 to 6c8cbc9 Compare November 23, 2022 11:14
@exyi exyi merged commit 033356a into main Nov 23, 2022
@exyi exyi deleted the fix-exception-task-chaining branch November 23, 2022 11:27
@exyi exyi added this to the Version 4.1 milestone Jan 4, 2023
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.

None yet

2 participants