Arthur Vickers

Results 139 issues of 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...

type-enhancement
closed-fixed
customer-reported
area-tools
area-aspire

area-context-management
undocumented-feature

See https://github.com/dotnet/efcore/issues/15403#issuecomment-565196206

area-global
undocumented-feature

See https://github.com/dotnet/efcore/issues/6525 https://github.com/dotnet/efcore/issues/8427 https://github.com/dotnet/efcore/issues/8494

area-context-management
undocumented-feature

See https://github.com/aspnet/EntityFrameworkCore/issues/11950

area-migrations

This generates a compiler warning between 6.0 RC2 and 6.0 GA. See https://github.com/dotnet/efcore/issues/26230

area-value-conversions

The application should not attempt to recover and continue to use the context instance.

area-context-management

See https://github.com/dotnet/efcore/issues/25610 and https://github.com/dotnet/efcore/issues/12984

area-entity-mapping
area-change-tracking

Specifically, for 6.0 see comments here: https://github.com/dotnet/efcore/issues/10963#issuecomment-890988230

area-ui-platforms