7 references to WithArgs
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
178/// This is intended to pass additional arguments to the underlying container runtime run command to enable advanced features such as exposing GPUs to the container. To pass runtime arguments to the actual container, use the <see cref="ResourceBuilderExtensions.WithArgs{T}(IResourceBuilder{T}, string[])"/> method.
Aspire.Hosting.Milvus (1)
MilvusBuilderExtensions.cs (1)
110.WithArgs("milvus", "run", "standalone")
Aspire.Hosting.Tests (3)
DistributedApplicationTests.cs (1)
239.WithArgs("redis-cli", "-h", "host.docker.internal", "-p", "9999", "MONITOR")
ManifestGenerationTests.cs (1)
179resourceBuilder.WithArgs(withArgsArgs);
ProjectResourceTests.cs (1)
520.WithArgs("one", "two");
KafkaBasic.AppHost (2)
Program.cs (2)
11.WithArgs(kafka.Resource.Name); 15.WithArgs(kafka.Resource.Name);