3 references to DashboardFailedToStart
aspire (2)
Commands\DashboardRunCommand.cs (1)
408InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, DashboardCommandStrings.DashboardFailedToStart, ex.Message));
Profiling\ProfileCaptureService.cs (1)
120throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, DashboardCommandStrings.DashboardFailedToStart, ex.Message), ex);
Aspire.Cli.Tests (1)
Commands\DashboardRunCommandTests.cs (1)
381var expectedMessage = string.Format(CultureInfo.CurrentCulture, DashboardCommandStrings.DashboardFailedToStart, $"Failed to start process: {managedPath}");