9 references to WithCommand
Aspire.Hosting.JavaScript (3)
JavaScriptHostingExtensions.cs (3)
205resourceBuilder.WithCommand(packageManager.ExecutableName); 387resourceBuilder.WithCommand(packageManager.ExecutableName); 678.WithCommand(packageManager.ExecutableName)
Aspire.Hosting.Python (4)
PythonAppResourceBuilderExtensions.cs (4)
832builder.WithCommand(command); 1016builder.WithCommand(command); 1307.WithCommand(packageManager.ExecutableName) 1363.WithCommand(pythonCommand)
Aspire.Hosting.Tests (2)
ExecutableResourceBuilderExtensionTests.cs (2)
33executable.WithCommand("newcommand"); 59Assert.Throws<ArgumentException>(() => executable.WithCommand(""));