When using DbContextOptionsBuilder.UseInternalServiceProvider() with Thinktecture.EntityFrameworkCore temp tables feature, multiple services registered by SqlServerDbContextOptionsExtension are not available in EF Core's internal service provider, causing temp table operations to fail completely.
When using
DbContextOptionsBuilder.UseInternalServiceProvider()with Thinktecture.EntityFrameworkCore temp tables feature, multiple services registered bySqlServerDbContextOptionsExtensionare not available in EF Core's internal service provider, causing temp table operations to fail completely.