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