Skip to content

Commit

Permalink
Update compat node for distributed transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Nov 18, 2022
1 parent 4a90a62 commit 4111c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/saving/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ It is also possible to enlist in an explicit transaction.
> [!IMPORTANT]
> It is recommended that you test that the API behaves correctly with your provider before you rely on it for managing transactions. You are encouraged to contact the maintainer of the database provider if it does not.
2. The .NET Core implementation of System.Transactions does not currently include support for distributed transactions, therefore you cannot use `TransactionScope` or `CommittableTransaction` to coordinate transactions across multiple resource managers. Support is tracked by [this issue](https://github.com/dotnet/runtime/issues/715).
2. Distributed transaction support in System.Transactions was added to .NET 7.0, and for Windows only. Any attempt to use distributed transactions on older .NET versions or on non-Windows platforms will fail.

0 comments on commit 4111c01

Please sign in to comment.