4 references to TestDbContext2
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (4)
AspireEFPostgreSqlExtensionsTests.cs (4)
249
builder.AddNpgsqlDbContext<
TestDbContext2
>("npgsql2");
253
var
context2 = host.Services.GetRequiredService<
TestDbContext2
>();
311
public TestDbContext2(DbContextOptions<
TestDbContext2
> options) : base(options)