9 references to EnrichCosmosDbContext
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (9)
EnrichCosmosDbTests.cs (8)
23builder.EnrichCosmosDbContext<TestDbContext>(configure); 31var exception = Assert.Throws<InvalidOperationException>(() => builder.EnrichCosmosDbContext<TestDbContext>()); 42builder.EnrichCosmosDbContext<TestDbContext>(); 64builder.EnrichCosmosDbContext<TestDbContext>(); 93builder.EnrichCosmosDbContext<TestDbContext>(); 110builder.EnrichCosmosDbContext<TestDbContext>(); 131builder.EnrichCosmosDbContext<TestDbContext>(settings => settings.RequestTimeout = TimeSpan.FromSeconds(456)); 152builder.EnrichCosmosDbContext<TestDbContext>();
MicrosoftEntityFrameworkCoreCosmosPublicApiTests.cs (1)
64var action = () => builder.EnrichCosmosDbContext<DbContext>();