7 references to EnrichCosmosDbContext
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (7)
EnrichCosmosDbTests.cs (7)
22builder.EnrichCosmosDbContext<TestDbContext>(configure); 30var exception = Assert.Throws<InvalidOperationException>(() => builder.EnrichCosmosDbContext<TestDbContext>()); 41builder.EnrichCosmosDbContext<TestDbContext>(); 63builder.EnrichCosmosDbContext<TestDbContext>(); 92builder.EnrichCosmosDbContext<TestDbContext>(); 109builder.EnrichCosmosDbContext<TestDbContext>(); 130builder.EnrichCosmosDbContext<TestDbContext>(settings => settings.RequestTimeout = TimeSpan.FromSeconds(456));