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