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 9ce9250 commit d65e6f9Copy full SHA for d65e6f9
src/Benchmarks/Startup.cs
@@ -49,8 +49,7 @@ public void ConfigureServices(IServiceCollection services)
49
// Common DB services
50
services.AddSingleton<IRandom, DefaultRandom>();
51
services.AddSingleton<ApplicationDbSeeder>();
52
- services.AddEntityFramework()
53
- .AddSqlServer()
+ services.AddEntityFrameworkSqlServer()
54
.AddDbContext<ApplicationDbContext>();
55
56
if (Scenarios.Any("Raw") || Scenarios.Any("Dapper"))
0 commit comments