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); 174if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.IsCompatibleAppHostIsNull)) 221var backchannel = await InteractionService.ShowStatusAsync(isExtensionHost ? InteractionServiceStrings.BuildingAppHost : RunCommandStrings.ConnectingToAppHost, async () => { return await backchannelCompletitionSource.Task.WaitAsync(cancellationToken); }); 227var dashboardUrls = await InteractionService.ShowStatusAsync(RunCommandStrings.StartingDashboard, async () => { return await backchannel.GetDashboardUrlsAsync(cancellationToken); }); 231InteractionService.DisplayError(RunCommandStrings.DashboardFailedToStart); 243var dashboardsLocalizedString = RunCommandStrings.Dashboard; 244var logsLocalizedString = RunCommandStrings.Logs; 245var endpointsLocalizedString = RunCommandStrings.Endpoints; 246var appHostLocalizedString = RunCommandStrings.AppHost; 400ctrlCGrid.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);