7 references to EnrichMongoDbContext
Aspire.MongoDB.EntityFrameworkCore.Tests (7)
EnrichMongoDbTests.cs (6)
25builder.EnrichMongoDbContext<TestDbContext>(configure); 33var exception = Assert.Throws<InvalidOperationException>(() => builder.EnrichMongoDbContext<TestDbContext>()); 44builder.EnrichMongoDbContext<TestDbContext>(); 62builder.EnrichMongoDbContext<TestDbContext>(); 79builder.EnrichMongoDbContext<TestDbContext>(); 104builder.EnrichMongoDbContext<TestDbContext>();
MongoDBEntityFrameworkCorePublicApiTests.cs (1)
63var action = () => builder.EnrichMongoDbContext<DbContext>();