5 references to Process
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
960exe.Spec.ExecutionType = ExecutionType.Process; 1018exeSpec.Spec.ExecutionType = ExecutionType.Process; 1256if (spec.ExecutionType == ExecutionType.Process || (spec.ExecutionType == ExecutionType.IDE && appHostArgs.Count == 0))
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
113[InlineData(ExecutionType.Process, false, new string[] { "--test1", "--test2" }, new string[] { "--test1", "--test2" })] 114[InlineData(ExecutionType.Process, true, new string[] { "--", "--test1", "--test2", "--withargs-test" }, new string[] { "--", "--test1", "--test2", "--withargs-test" })]