22 references to RunCommandStrings
aspire (22)
Commands\ExecCommand.cs (4)
161if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.IsCompatibleAppHostIsNull)) 199$":linked_paperclips: {RunCommandStrings.StartingAppHost}", 261InteractionService.DisplayError(RunCommandStrings.ProjectCouldNotBeRun); 272InteractionService.DisplayError(RunCommandStrings.ProjectCouldNotBeRun);
Commands\RunCommand.cs (17)
59: base("run", RunCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 85projectOption.Description = RunCommandStrings.ProjectArgumentDescription; 91startDebugOption.Description = RunCommandStrings.StartDebugSessionArgumentDescription; 112extensionInteractionService.DisplayConsolePlainText(RunCommandStrings.StartingDebugSessionInExtension); 195if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.IsCompatibleAppHostIsNull)) 242var backchannel = await InteractionService.ShowStatusAsync(isExtensionHost ? InteractionServiceStrings.BuildingAppHost : RunCommandStrings.ConnectingToAppHost, async () => { return await backchannelCompletitionSource.Task.WaitAsync(cancellationToken); }); 248var dashboardUrls = await InteractionService.ShowStatusAsync(RunCommandStrings.StartingDashboard, async () => { return await backchannel.GetDashboardUrlsAsync(cancellationToken); }); 252InteractionService.DisplayError(RunCommandStrings.DashboardFailedToStart); 264var dashboardsLocalizedString = RunCommandStrings.Dashboard; 265var logsLocalizedString = RunCommandStrings.Logs; 266var endpointsLocalizedString = RunCommandStrings.Endpoints; 267var appHostLocalizedString = RunCommandStrings.AppHost; 421ctrlCGrid.AddRow(new Text(string.Empty), new Markup(RunCommandStrings.PressCtrlCToStopAppHost) { Overflow = Overflow.Ellipsis }); 545InteractionService.DisplayError(RunCommandStrings.RunningInstanceStopFailed); 561InteractionService.DisplaySuccess(RunCommandStrings.RunningInstanceStopped); 565InteractionService.DisplayError(RunCommandStrings.RunningInstanceStopFailed); 574InteractionService.DisplayError(RunCommandStrings.RunningInstanceStopFailed);
Resources\RunCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(RunCommandStrings).Assembly);