async support for ITransactionScope #5628
Andriy1024
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Can you file a proper feature request on the issues. The main thing why we implemented it as it is was that System.Transactions.TransactionScope is not async. We can update this by introducing a new |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear developers,
I faced the challenge to trigger some async work on the transaction completed event.
The current TransactionScope's Complete method is not async compatible. It would be nice if you consider adding async support for this case.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions