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 ca4e916 commit b1e8bcfCopy full SHA for b1e8bcf
benchmarks/EntityFrameworkCore.Triggered.Benchmarks/EmbracingFeaturesBenchmarks.cs
@@ -23,7 +23,7 @@ public void GlobalSetup()
23
options
24
.UseInMemoryDatabase(nameof(WithDbContext));
25
})
26
- .AddDbContext<TriggeredApplicationContext>(options => {
+ .AddTriggeredDbContext<TriggeredApplicationContext>(options => {
27
28
.UseInMemoryDatabase(nameof(WithTriggeredDbContext))
29
.UseTriggers();
0 commit comments