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