3 writes to ExecutionType
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
830exe.Spec.ExecutionType = ExecutionType.Process; 878exeSpec.Spec.ExecutionType = ExecutionType.IDE; 888exeSpec.Spec.ExecutionType = ExecutionType.Process;
3 references to ExecutionType
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
1087if (spec.ExecutionType == ExecutionType.Process || (spec.ExecutionType == ExecutionType.IDE && appHostArgs.Count == 0)) 1091var annotationOnly = spec.ExecutionType == ExecutionType.IDE;