12 references to WithAppArgs
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
53
/// Use <see cref="
WithAppArgs
{T}"/> to pass runtime program arguments, and
Aspire.Hosting.Go.Tests (10)
AddGoAppTests.cs (4)
237
.
WithAppArgs
("--config", "prod.yaml");
565
.
WithAppArgs
("--config", "prod.yaml");
630
.
WithAppArgs
("--config", "prod.yaml");
745
.
WithAppArgs
("--port", "9090")
GoPublicApiTests.cs (6)
228
var action = () => builder.
WithAppArgs
("--port", "9090");
239
.
WithAppArgs
("--port", "9090");
254
.
WithAppArgs
("--db", param.Resource);
269
.
WithAppArgs
("--port", "8080")
270
.
WithAppArgs
("--port", "9090");
539
.
WithAppArgs
("--config", "dev.yaml")
GoDebugging.AppHost (1)
Program.cs (1)
6
.
WithAppArgs
("--message", "hello-from-aspire")