Skip to content

Commit

Permalink
Update compat note for distributed transactions (#4150)
Browse files Browse the repository at this point in the history
Closes #4127
  • Loading branch information
roji authored Nov 19, 2022
1 parent 4a90a62 commit a1bfe59
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 for Windows only. Any attempt to use distributed transactions on older .NET versions or on non-Windows platforms will fail.

0 comments on commit a1bfe59

Please sign in to comment.