On desktop (full) .NET, implement support for auto-enlisting in ambient transactions. This will enable .NET 4.5 code that uses TransactionScope to be ported to this connector without having to rewrite it. (This connector will throw when #12 is implemented, even if the underlying platform could support System.Transactions.)
See related issues for EF: dotnet/efcore#1530, dotnet/efcore#5595.
Note that System.Transactions isn't supported in .NET Core: dotnet/corefx#2949
On desktop (full) .NET, implement support for auto-enlisting in ambient transactions. This will enable .NET 4.5 code that uses
TransactionScopeto be ported to this connector without having to rewrite it. (This connector will throw when #12 is implemented, even if the underlying platform could supportSystem.Transactions.)See related issues for EF: dotnet/efcore#1530, dotnet/efcore#5595.
Note that
System.Transactionsisn't supported in .NET Core: dotnet/corefx#2949