We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0d637 commit cae5361Copy full SHA for cae5361
slo/src/EF/SloTableContext.cs
@@ -12,8 +12,7 @@ public class SloTableContext : SloTableContext<Func<TableDbContext>>
12
protected override string Job => "EF";
13
14
protected override Func<TableDbContext> CreateClient(Config config) =>
15
- () => new TableDbContext(new DbContextOptionsBuilder<TableDbContext>().UseYdb(config.ConnectionString)
16
- .UseLoggerFactory(ISloContext.Factory).Options);
+ () => new TableDbContext(new DbContextOptionsBuilder<TableDbContext>().UseYdb(config.ConnectionString).Options);
17
18
protected override async Task Create(
19
Func<TableDbContext> client,
0 commit comments