2 references to DashboardExitedWithError
aspire (2)
Commands\DashboardRunCommand.cs (1)
325_ => string.Format(CultureInfo.CurrentCulture, DashboardCommandStrings.DashboardExitedWithError, exitCode),
Profiling\ProfileCaptureService.cs (1)
281throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, DashboardCommandStrings.DashboardExitedWithError, exitCode));