82 instantiations of CommandSpec
aspire (13)
Aspire.Cli.Tests (53)
Projects\GuestRuntimeTests.cs (45)
61Execute = execute ?? new CommandSpec
76execute: new CommandSpec
83new CommandSpec
120var spec = CreateTestSpec(execute: new CommandSpec
141execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
142watchExecute: new CommandSpec { Command = "watch-cmd", Args = ["--watch", "{appHostFile}"] }
159execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
160watchExecute: new CommandSpec { Command = "watch-cmd", Args = ["--watch", "{appHostFile}"] },
163new CommandSpec { Command = "typecheck-cmd", Args = ["--noEmit"] }
181execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
184new CommandSpec { Command = "typecheck-cmd", Args = ["--project", "{appHostDir}"] }
227execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
230new CommandSpec { Command = "typecheck-cmd", Args = ["--project", "{appHostDir}"] }
269execute: new CommandSpec
276new CommandSpec
322execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
325new CommandSpec { Command = "typecheck-cmd", Args = ["--noEmit"] }
356var spec = CreateTestSpec(execute: new CommandSpec { Command = "missing-cmd", Args = ["{appHostFile}"] });
383var spec = CreateTestSpec(execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] });
398execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
399publishExecute: new CommandSpec { Command = "publish-cmd", Args = ["{appHostFile}", "{args}"] }
416execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
417publishExecute: new CommandSpec { Command = "publish-cmd", Args = ["{appHostFile}", "{args}"] },
420new CommandSpec { Command = "typecheck-cmd", Args = ["--project", "{appHostDir}"] }
438execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
439publishExecute: new CommandSpec { Command = "publish-cmd", Args = ["{appHostFile}", "{args}"] },
442new CommandSpec { Command = "typecheck-cmd", Args = ["--project", "{appHostDir}"] }
497var spec = CreateTestSpec(execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] });
511var spec = CreateTestSpec(execute: new CommandSpec
532var spec = CreateTestSpec(execute: new CommandSpec
552var spec = CreateTestSpec(execute: new CommandSpec
571var spec = CreateTestSpec(execute: new CommandSpec
589var spec = CreateTestSpec(execute: new CommandSpec
609var spec = CreateTestSpec(execute: new CommandSpec
633Execute = new CommandSpec { Command = "test-cmd", Args = ["{appHostFile}"] },
671Execute = new CommandSpec { Command = "npx", Args = ["tsx", "{appHostFile}"] },
672InstallDependencies = new CommandSpec { Command = "npm", Args = ["install"] }
698Execute = new CommandSpec { Command = "npx", Args = ["tsx", "{appHostFile}"] }
958Execute = new CommandSpec
1006Execute = new CommandSpec
1032var spec = CreateTestSpec(execute: new CommandSpec
1240execute: new CommandSpec { Command = "java", Args = ["AppHost"] },
1243new CommandSpec
1395execute: new CommandSpec { Command = "java", Args = ["AppHost"] },
1398new CommandSpec
Aspire.Hosting.CodeGeneration.Go (1)
Aspire.Hosting.CodeGeneration.Java (2)
Aspire.Hosting.CodeGeneration.Java.Tests (1)
Aspire.Hosting.CodeGeneration.Python (7)
Aspire.Hosting.CodeGeneration.Rust (1)
Aspire.Hosting.CodeGeneration.TypeScript (4)
48 references to CommandSpec
aspire (16)
Aspire.Cli.Tests (14)
Aspire.Hosting.CodeGeneration.Java (5)
Aspire.Hosting.CodeGeneration.Java.Tests (3)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (3)
Aspire.TypeSystem (7)