1 write to Container
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (1)
tests\Aspire.Npgsql.Tests\PostgreSQLContainerFixture.cs (1)
23
Container
= new PostgreSqlBuilder()
4 references to Container
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (4)
tests\Aspire.Npgsql.Tests\PostgreSQLContainerFixture.cs (4)
16
public string GetConnectionString() =>
Container
?.GetConnectionString() ??
26
await
Container
.StartAsync();
32
if (
Container
is not null)
34
await
Container
.DisposeAsync();