2 references to TestDbContext
Aspire.MongoDB.EntityFrameworkCore.Tests (2)
MongoDBEntityFrameworkCorePublicApiTests.cs (2)
54
var exception = Record.Exception(() => builder.AddMongoDbContext<
TestDbContext
>("mongodb"));
69
public class TestDbContext(DbContextOptions<
TestDbContext
> options) : DbContext(options)