9 references to IDE
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (4)
970
exe.Spec.ExecutionType = ExecutionType.
IDE
;
1032
exeSpec.Spec.ExecutionType = ExecutionType.
IDE
;
1287
if (spec.ExecutionType == ExecutionType.Process || (spec.ExecutionType == ExecutionType.
IDE
&& appHostArgs.Count == 0))
1291
var annotationOnly = spec.ExecutionType == ExecutionType.
IDE
;
Aspire.Hosting.Tests (5)
Dcp\DcpExecutorTests.cs (5)
111
[InlineData(ExecutionType.
IDE
, false, null, new string[] { "--test1", "--test2" })]
112
[InlineData(ExecutionType.
IDE
, true, new string[] { "--withargs-test" }, new string[] { "--withargs-test" })]
123
if (executionType == ExecutionType.
IDE
)
160
var callArgs = executionType == ExecutionType.
IDE
? exe.Spec.Args : exe.Spec.Args![^(expectedArgs?.Length ?? 0)..];
1574
Assert.Equal(ExecutionType.
IDE
, debuggableExe.Spec.ExecutionType);