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