4 references to WithRepl
Aspire.Hosting.PostgreSQL.Tests (3)
PostgresReplCommandTests.cs (3)
21
Assert.Same(resource, resource.
WithRepl
());
30
var exception = Assert.Throws<ArgumentNullException>(() => PostgresBuilderExtensions.
WithRepl
(null!));
84
var postgres = builder.AddPostgres("postgres", userName: username, password: password).
WithRepl
();
Terminals.AppHost (1)
AppHost.cs (1)
12
builder.AddPostgres("postgres").
WithRepl
();