22 references to RunCommandStrings
aspire (22)
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 (17)
59
: base("run",
RunCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
85
projectOption.Description =
RunCommandStrings
.ProjectArgumentDescription;
91
startDebugOption.Description =
RunCommandStrings
.StartDebugSessionArgumentDescription;
112
extensionInteractionService.DisplayConsolePlainText(
RunCommandStrings
.StartingDebugSessionInExtension);
195
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(
RunCommandStrings
.IsCompatibleAppHostIsNull))
242
var backchannel = await InteractionService.ShowStatusAsync(isExtensionHost ? InteractionServiceStrings.BuildingAppHost :
RunCommandStrings
.ConnectingToAppHost, async () => { return await backchannelCompletitionSource.Task.WaitAsync(cancellationToken); });
248
var dashboardUrls = await InteractionService.ShowStatusAsync(
RunCommandStrings
.StartingDashboard, async () => { return await backchannel.GetDashboardUrlsAsync(cancellationToken); });
252
InteractionService.DisplayError(
RunCommandStrings
.DashboardFailedToStart);
264
var dashboardsLocalizedString =
RunCommandStrings
.Dashboard;
265
var logsLocalizedString =
RunCommandStrings
.Logs;
266
var endpointsLocalizedString =
RunCommandStrings
.Endpoints;
267
var appHostLocalizedString =
RunCommandStrings
.AppHost;
421
ctrlCGrid.AddRow(new Text(string.Empty), new Markup(
RunCommandStrings
.PressCtrlCToStopAppHost) { Overflow = Overflow.Ellipsis });
545
InteractionService.DisplayError(
RunCommandStrings
.RunningInstanceStopFailed);
561
InteractionService.DisplaySuccess(
RunCommandStrings
.RunningInstanceStopped);
565
InteractionService.DisplayError(
RunCommandStrings
.RunningInstanceStopFailed);
574
InteractionService.DisplayError(
RunCommandStrings
.RunningInstanceStopFailed);
Resources\RunCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(
RunCommandStrings
).Assembly);