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