6 references to ExecutionType
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (6)
808exe.Spec.ExecutionType = ExecutionType.Process; 856exeSpec.Spec.ExecutionType = ExecutionType.IDE; 866exeSpec.Spec.ExecutionType = ExecutionType.Process; 1065if (spec.ExecutionType == ExecutionType.Process || (spec.ExecutionType == ExecutionType.IDE && appHostArgs.Count == 0)) 1069var annotationOnly = spec.ExecutionType == ExecutionType.IDE;