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