You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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.
.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
The text was updated successfully, but these errors were encountered: