1 implementation of ITestDbContext
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (1)
tests\Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests\TestDbContext.cs (1)
13
public class TestDbContext : DbContext,
ITestDbContext
7 references to ITestDbContext
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (7)
AspireAzureEfCoreCosmosDBExtensionsTests.cs (2)
166
builder.Services.AddDbContextPool<
ITestDbContext
, TestDbContext>(options => options.UseCosmos(ConnectionString, "databaseName"));
189
builder.Services.AddDbContextPool<
ITestDbContext
, TestDbContext>(options => options.UseCosmos(ConnectionString, "databaseName"));
EnrichCosmosDbTests.cs (5)
89
builder.Services.AddDbContextPool<
ITestDbContext
, TestDbContext>(optionsBuilder =>
97
var context = host.Services.GetRequiredService<
ITestDbContext
>() as TestDbContext;
106
builder.Services.AddDbContext<
ITestDbContext
, TestDbContext>(optionsBuilder =>
118
var context = host.Services.GetRequiredService<
ITestDbContext
>() as TestDbContext;
127
builder.Services.AddDbContextPool<
ITestDbContext
, TestDbContext>(optionsBuilder =>