1 reference to NoDebug
Aspire.Hosting (1)
Dcp\Model\Executable.cs (1)
241public string Mode { get; set; } = System.Diagnostics.Debugger.IsAttached ? ProjectLaunchMode.Debug : ProjectLaunchMode.NoDebug;