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