You've already forked Extensions.Configuration.EntityFrameworkCore
Don't use PooledDbContextFactory when initially loading config
This commit is contained in:
@@ -11,6 +11,12 @@ public interface ISettingsDbContext<out TSettingDbSet, out TSetting> : IDisposab
|
||||
TSettingDbSet Settings { get; }
|
||||
}
|
||||
|
||||
public interface ISettingsDbContextFactory<TDbContext>
|
||||
where TDbContext : DbContext
|
||||
{
|
||||
static abstract TDbContext Create(DbContextOptions<TDbContext> options);
|
||||
}
|
||||
|
||||
|
||||
public interface ISetting
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user