19 references to RunCommandStrings
aspire (19)
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 (12)
57: base("run", RunCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 87projectOption.Description = RunCommandStrings.ProjectArgumentDescription; 93startDebugOption.Description = RunCommandStrings.StartDebugSessionArgumentDescription; 114extensionInteractionService.DisplayConsolePlainText(RunCommandStrings.StartingDebugSessionInExtension); 193isExtensionHost ? InteractionServiceStrings.BuildingAppHost : RunCommandStrings.ConnectingToAppHost, 202RunCommandStrings.StartingDashboard, 207InteractionService.DisplayError(RunCommandStrings.DashboardFailedToStart); 219var dashboardsLocalizedString = RunCommandStrings.Dashboard; 220var logsLocalizedString = RunCommandStrings.Logs; 221var endpointsLocalizedString = RunCommandStrings.Endpoints; 222var appHostLocalizedString = RunCommandStrings.AppHost; 372ctrlCGrid.AddRow(new Text(string.Empty), new Markup(RunCommandStrings.PressCtrlCToStopAppHost) { Overflow = Overflow.Ellipsis });
Projects\DotNetAppHostProject.cs (1)
254if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.IsCompatibleAppHostIsNull))
Projects\RunningInstanceManager.cs (1)
69_interactionService.DisplaySuccess(RunCommandStrings.RunningInstanceStopped);
Resources\RunCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(RunCommandStrings).Assembly);