4 references to TestDbContext2
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (4)
AspireAzureEFPostgreSqlExtensionsTests.cs (4)
250
builder.AddAzureNpgsqlDbContext<
TestDbContext2
>("npgsql2");
254
var
context2 = host.Services.GetRequiredService<
TestDbContext2
>();
368
public TestDbContext2(DbContextOptions<
TestDbContext2
> options) : base(options)