95 instantiations of CommandSpec
aspire (16)
Aspire.Cli.Tests (63)
Projects\GuestRuntimeTests.cs (52)
59Execute = execute ?? new CommandSpec
74execute: new CommandSpec
81new CommandSpec
118var spec = CreateTestSpec(execute: new CommandSpec
139execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
140watchExecute: new CommandSpec { Command = "watch-cmd", Args = ["--watch", "{appHostFile}"] }
157execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
158watchExecute: new CommandSpec { Command = "watch-cmd", Args = ["--watch", "{appHostFile}"] },
161new CommandSpec { Command = "typecheck-cmd", Args = ["--noEmit"] }
179execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
182new CommandSpec { Command = "typecheck-cmd", Args = ["--project", "{appHostDir}"] }
225execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
228new CommandSpec { Command = "typecheck-cmd", Args = ["--project", "{appHostDir}"] }
267execute: new CommandSpec
274new CommandSpec
320execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
323new CommandSpec { Command = "typecheck-cmd", Args = ["--noEmit"] }
354var spec = CreateTestSpec(execute: new CommandSpec { Command = "missing-cmd", Args = ["{appHostFile}"] });
381var spec = CreateTestSpec(execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] });
396execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
397publishExecute: new CommandSpec { Command = "publish-cmd", Args = ["{appHostFile}", "{args}"] }
414execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
415publishExecute: new CommandSpec { Command = "publish-cmd", Args = ["{appHostFile}", "{args}"] },
418new CommandSpec { Command = "typecheck-cmd", Args = ["--project", "{appHostDir}"] }
436execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] },
437publishExecute: new CommandSpec { Command = "publish-cmd", Args = ["{appHostFile}", "{args}"] },
440new CommandSpec { Command = "typecheck-cmd", Args = ["--project", "{appHostDir}"] }
495var spec = CreateTestSpec(execute: new CommandSpec { Command = "run-cmd", Args = ["{appHostFile}"] });
509var spec = CreateTestSpec(execute: new CommandSpec
530var spec = CreateTestSpec(execute: new CommandSpec
550var runtime = CreateRuntime(CreateTestSpec(execute: new CommandSpec
581execute: new CommandSpec
589new CommandSpec
634var spec = CreateTestSpec(execute: new CommandSpec
653var spec = CreateTestSpec(execute: new CommandSpec
671var spec = CreateTestSpec(execute: new CommandSpec
691var spec = CreateTestSpec(execute: new CommandSpec
715Execute = new CommandSpec { Command = "test-cmd", Args = ["{appHostFile}"] },
752new CommandSpec { Command = "dotnet", Args = ["--version"] },
753new CommandSpec { Command = "aspire-command-that-does-not-exist", Args = [] }
802new CommandSpec
811new CommandSpec
849Execute = new CommandSpec { Command = "npx", Args = ["tsx", "{appHostFile}"] },
850InstallDependencies = new CommandSpec
883Execute = new CommandSpec
1148Execute = new CommandSpec
1196Execute = new CommandSpec
1222var spec = CreateTestSpec(execute: new CommandSpec
1445execute: new CommandSpec { Command = "java", Args = ["AppHost"] },
1448new CommandSpec
1600execute: new CommandSpec { Command = "java", Args = ["AppHost"] },
1603new 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)
59 references to CommandSpec
aspire (21)
Aspire.Cli.Tests (18)
Aspire.Hosting.CodeGeneration.Java (5)
Aspire.Hosting.CodeGeneration.Java.Tests (4)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (3)
Aspire.TypeSystem (8)