9 references to WithCommand
Aspire.Hosting.JavaScript (3)
JavaScriptHostingExtensions.cs (3)
268resourceBuilder.WithCommand(packageManager.ExecutableName); 467resourceBuilder.WithCommand(packageManager.ExecutableName); 908.WithCommand(packageManager.ExecutableName)
Aspire.Hosting.Python (4)
PythonAppResourceBuilderExtensions.cs (4)
904builder.WithCommand(command); 1088builder.WithCommand(command); 1382.WithCommand(packageManager.ExecutableName) 1438.WithCommand(pythonCommand)
Aspire.Hosting.Tests (2)
ExecutableResourceBuilderExtensionTests.cs (2)
33executable.WithCommand("newcommand"); 59Assert.Throws<ArgumentException>(() => executable.WithCommand(""));