6 references to ExecutionType
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (6)
770exe.Spec.ExecutionType = ExecutionType.Process; 818exeSpec.Spec.ExecutionType = ExecutionType.IDE; 828exeSpec.Spec.ExecutionType = ExecutionType.Process; 1027if (spec.ExecutionType == ExecutionType.Process || (spec.ExecutionType == ExecutionType.IDE && appHostArgs.Count == 0)) 1031var annotationOnly = spec.ExecutionType == ExecutionType.IDE;