19 references to RunCommandStrings
aspire (19)
Commands\ExecCommand.cs (4)
155if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.IsCompatibleAppHostIsNull)) 193$":linked_paperclips: {RunCommandStrings.StartingAppHost}", 255InteractionService.DisplayError(RunCommandStrings.ProjectCouldNotBeRun); 266InteractionService.DisplayError(RunCommandStrings.ProjectCouldNotBeRun);
Commands\RunCommand.cs (14)
48: base("run", RunCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 71projectOption.Description = RunCommandStrings.ProjectArgumentDescription; 77startDebugOption.Description = RunCommandStrings.StartDebugSessionArgumentDescription; 95extensionInteractionService.DisplayConsolePlainText(RunCommandStrings.StartingDebugSessionInExtension); 182if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.IsCompatibleAppHostIsNull)) 228var backchannel = await InteractionService.ShowStatusAsync(RunCommandStrings.ConnectingToAppHost, async () => { return await backchannelCompletitionSource.Task.WaitAsync(cancellationToken); }); 234var dashboardUrls = await InteractionService.ShowStatusAsync(RunCommandStrings.StartingDashboard, async () => { return await backchannel.GetDashboardUrlsAsync(cancellationToken); }); 238InteractionService.DisplayError(RunCommandStrings.DashboardFailedToStart); 250var dashboardsLocalizedString = RunCommandStrings.Dashboard; 251var logsLocalizedString = RunCommandStrings.Logs; 252var endpointsLocalizedString = RunCommandStrings.Endpoints; 253var appHostLocalizedString = RunCommandStrings.AppHost; 332_ansiConsole.WriteLine(RunCommandStrings.ExtensionSwitchingToAppHostConsole); 401ctrlCGrid.AddRow(new Text(string.Empty), new Markup(RunCommandStrings.PressCtrlCToStopAppHost) { Overflow = Overflow.Ellipsis });
Resources\RunCommandStrings.Designer.cs (1)
41global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(RunCommandStrings).Assembly);