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