4 writes to ExecutionType
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (4)
1303exe.Spec.ExecutionType = ExecutionType.IDE; 1309exe.Spec.ExecutionType = ExecutionType.Process; 1358exe.Spec.ExecutionType = ExecutionType.IDE; 1370exe.Spec.ExecutionType = ExecutionType.Process;
16 references to ExecutionType
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
1742if (spec.ExecutionType == ExecutionType.Process || (spec.ExecutionType == ExecutionType.IDE && !appHostArgs.Any())) 1746var annotationOnly = spec.ExecutionType == ExecutionType.IDE;
Aspire.Hosting.Tests (13)
Dcp\DcpExecutorTests.cs (13)
1658Assert.Equal(ExecutionType.IDE, debuggableExe.Spec.ExecutionType); 1665Assert.Equal(ExecutionType.Process, nonDebuggableExe.Spec.ExecutionType); 1702Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType); 1739Assert.Equal(ExecutionType.Process, debuggableExe.Spec.ExecutionType); 1743Assert.Equal(ExecutionType.Process, nonDebuggableExe.Spec.ExecutionType); 1780Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType); 1816Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType); 1858Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType); 1900Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType); 1942Assert.Equal(ExecutionType.IDE, exe.Spec.ExecutionType); 1979Assert.Equal(ExecutionType.IDE, exe.Spec.ExecutionType); 2016Assert.Equal(ExecutionType.IDE, exe.Spec.ExecutionType); 2059Assert.Equal(ExecutionType.IDE, exe.Spec.ExecutionType);