4 references to ExecutableLaunchMode
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (1)
1263
supportsDebuggingAnnotation.LaunchConfigurationAnnotator(exe, _configuration[KnownConfigNames.DebugSessionRunMode] ??
ExecutableLaunchMode
.NoDebug);
Dcp\Model\Executable.cs (2)
290
public string Mode { get; set; } = System.Diagnostics.Debugger.IsAttached ?
ExecutableLaunchMode
.Debug :
ExecutableLaunchMode
.NoDebug;
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
1587
Assert.Equal(
ExecutableLaunchMode
.Debug, config1.Mode);