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