1 write to Container
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (1)
tests\Aspire.Npgsql.Tests\PostgreSQLContainerFixture.cs (1)
22
Container
= new PostgreSqlBuilder()
4 references to Container
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (4)
tests\Aspire.Npgsql.Tests\PostgreSQLContainerFixture.cs (4)
15
public string GetConnectionString() =>
Container
?.GetConnectionString() ??
25
await
Container
.StartAsync();
31
if (
Container
is not null)
33
await
Container
.DisposeAsync();