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