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
When using a transaction scope around Microsoft.EntityFrameworkCore.SqlServer 2.0.1, I get an exception:
Warning as error exception for warning 'Microsoft.EntityFrameworkCore.Database.Transaction.AmbientTransactionWarning': An ambient transaction has been detected. Entity Framework Core does not support ambient transactions. See http://go.microsoft.com/fwlink/?LinkId=800142 To suppress this Exception use the DbContextOptionsBuilder.ConfigureWarnings API. ConfigureWarnings can be used when overriding the DbContext.OnConfiguring method or using AddDbContext on the application service provider.
Is there any plan for support TransactionScope with EntityFramework Core?
The text was updated successfully, but these errors were encountered:
When using a transaction scope around Microsoft.EntityFrameworkCore.SqlServer 2.0.1, I get an exception:
Is there any plan for support TransactionScope with EntityFramework Core?
The text was updated successfully, but these errors were encountered: