4 references to TestDbContext2
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (4)
AspireAzureEfCoreCosmosDBExtensionsTests.cs (4)
141builder.AddCosmosDbContext<TestDbContext2>("cosmos2", "test2"); 145var context2 = host.Services.GetRequiredService<TestDbContext2>(); 203public TestDbContext2(DbContextOptions<TestDbContext2> options) : base(options)