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