Arthur Vickers
Arthur Vickers
✘ Microsoft.EntityFrameworkCore.SqlServerDatabaseCreatorCreateTablesTest.Creates_schema_in_existing_database_test(async: True, ambientTransaction: True) ``` Distributed transaction started\r\nExpected: False\r\nActual: True at Microsoft.EntityFrameworkCore.TestUtilities.TestStore.DistributedTransactionListener.DistributedTransactionStarted(Object sender, TransactionEventArgs e) in C:\github\efcore\test\EFCore.Specification.Tests\TestUtilities\TestStore.cs:line 129 at System.Transactions.TransactionManager.ProcessExistingTransactions(TransactionStartedEventHandler eventHandler) at System.Transactions.TransactionManager.add_DistributedTransactionStarted(TransactionStartedEventHandler value) at Microsoft.EntityFrameworkCore.TestUtilities.TestStore.DistributedTransactionListener..ctor() in C:\github\efcore\test\EFCore.Specification.Tests\TestUtilities\TestStore.cs:line 125...
Currently, services are discovered before creating any IDesignTimeDbContextFactory instance. This ensures that we get the correct DbContext type when multiple may be registered, possibly from different assemblies. However, this is...
See https://github.com/dotnet/efcore/issues/15403#issuecomment-565196206
See https://github.com/dotnet/efcore/issues/6525 https://github.com/dotnet/efcore/issues/8427 https://github.com/dotnet/efcore/issues/8494
See https://github.com/aspnet/EntityFrameworkCore/issues/11950
This generates a compiler warning between 6.0 RC2 and 6.0 GA. See https://github.com/dotnet/efcore/issues/26230
The application should not attempt to recover and continue to use the context instance.
See https://github.com/dotnet/efcore/issues/25610 and https://github.com/dotnet/efcore/issues/12984
Specifically, for 6.0 see comments here: https://github.com/dotnet/efcore/issues/10963#issuecomment-890988230