18 references to RunCommandStrings
aspire (18)
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 (13)
51: base("run", RunCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 76projectOption.Description = RunCommandStrings.ProjectArgumentDescription; 82startDebugOption.Description = RunCommandStrings.StartDebugSessionArgumentDescription; 100extensionInteractionService.DisplayConsolePlainText(RunCommandStrings.StartingDebugSessionInExtension); 180if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.IsCompatibleAppHostIsNull)) 227var backchannel = await InteractionService.ShowStatusAsync(shouldBuildAppHostInExtension ? InteractionServiceStrings.BuildingAppHost : RunCommandStrings.ConnectingToAppHost, async () => { return await backchannelCompletitionSource.Task.WaitAsync(cancellationToken); }); 233var dashboardUrls = await InteractionService.ShowStatusAsync(RunCommandStrings.StartingDashboard, async () => { return await backchannel.GetDashboardUrlsAsync(cancellationToken); }); 237InteractionService.DisplayError(RunCommandStrings.DashboardFailedToStart); 249var dashboardsLocalizedString = RunCommandStrings.Dashboard; 250var logsLocalizedString = RunCommandStrings.Logs; 251var endpointsLocalizedString = RunCommandStrings.Endpoints; 252var appHostLocalizedString = RunCommandStrings.AppHost; 406ctrlCGrid.AddRow(new Text(string.Empty), new Markup(RunCommandStrings.PressCtrlCToStopAppHost) { Overflow = Overflow.Ellipsis });
Resources\RunCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(RunCommandStrings).Assembly);