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