5 references to TestDbContext2
Aspire.MongoDB.EntityFrameworkCore.Tests (5)
AspireMongoDBEntityFrameworkCoreExtensionsTests.cs (5)
189builder.AddMongoDbContext<TestDbContext2>("mongodb2","testdb"); 193var context2 = host.Services.GetRequiredService<TestDbContext2>(); 310public class TestDbContext2(DbContextOptions<TestDbContext2> options) : DbContext(options) 312public DbContextOptions<TestDbContext2> Options { get; } = options;