8 references to WithCommand
Aspire.Hosting.NodeJs (4)
NodeExtensions.cs (4)
205
resource.
WithCommand
("npm")
222
resource.
WithCommand
("yarn")
239
resource.
WithCommand
("pnpm")
326
.
WithCommand
(installCommand.Command)
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
657
builder.
WithCommand
(command);
720
builder.
WithCommand
(command);
Aspire.Hosting.Tests (2)
ExecutableResourceBuilderExtensionTests.cs (2)
33
executable.
WithCommand
("newcommand");
59
Assert.Throws<ArgumentException>(() => executable.
WithCommand
(""));