1 write to Container
Aspire.Npgsql.Tests (1)
PostgreSQLContainerFixture.cs (1)
30
Container
= new PostgreSqlBuilder()
4 references to Container
Aspire.Npgsql.Tests (4)
PostgreSQLContainerFixture.cs (4)
23
public string GetConnectionString() =>
Container
?.GetConnectionString() ??
33
await
Container
.StartAsync();
39
if (
Container
is not null)
41
await
Container
.DisposeAsync();