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

Set TransactionScopeAsyncFlowOption when creating TransactionScope #763

Open
burningice2866 opened this issue Jan 4, 2021 · 1 comment

Comments

@burningice2866
Copy link
Contributor

.Net 4.5.1 introduced a new overload to the TransactionScope constructor which takes a TransactionScopeAsyncFlowOption argument which specifies that the Scope behaves corretly in Task or async/await scenarios.

In the best of Microsoft-way, Its of course not set per default to prevent breaking existing behavior that relied on the bug, but for C1 CMS it should be set to TransactionScopeAsyncFlowOption.Enabled per default.

Further read

@burningice2866
Copy link
Contributor Author

Pretty please?

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

No branches or pull requests

1 participant