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