6 references to VerstappenDbContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (6)
MaxKeyLengthSchemaTest.cs (6)
24.AddDbContext<VerstappenDbContext>(o => 28.AddEntityFrameworkStores<VerstappenDbContext>(); 36scope.ServiceProvider.GetRequiredService<VerstappenDbContext>().Database.EnsureCreated(); 54var db = scope.ServiceProvider.GetRequiredService<VerstappenDbContext>(); 60private static void VerifyDefaultSchema(VerstappenDbContext dbContext)