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
Copy file name to clipboardExpand all lines: src/Thinktecture.EntityFrameworkCore.Relational/EntityFrameworkCore/Storage/NestedRelationalTransactionManager.cs
publicTransaction?EnlistedTransaction=>(_enlistmentManager??thrownewNotSupportedException("The current provider doesn't support System.Transaction.")).EnlistedTransaction;
27
+
23
28
/// <summary>
24
29
/// Initializes new instance of <see cref="NestedRelationalTransactionManager"/>.
25
30
/// </summary>
@@ -31,9 +36,17 @@ public NestedRelationalTransactionManager(
0 commit comments