19 references to RunCommandStrings
aspire (19)
Commands\ExecCommand.cs (4)
155
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(
RunCommandStrings
.IsCompatibleAppHostIsNull))
193
$":linked_paperclips: {
RunCommandStrings
.StartingAppHost}",
255
InteractionService.DisplayError(
RunCommandStrings
.ProjectCouldNotBeRun);
266
InteractionService.DisplayError(
RunCommandStrings
.ProjectCouldNotBeRun);
Commands\RunCommand.cs (14)
48
: base("run",
RunCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
71
projectOption.Description =
RunCommandStrings
.ProjectArgumentDescription;
77
startDebugOption.Description =
RunCommandStrings
.StartDebugSessionArgumentDescription;
95
extensionInteractionService.DisplayConsolePlainText(
RunCommandStrings
.StartingDebugSessionInExtension);
182
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(
RunCommandStrings
.IsCompatibleAppHostIsNull))
228
var backchannel = await InteractionService.ShowStatusAsync(
RunCommandStrings
.ConnectingToAppHost, async () => { return await backchannelCompletitionSource.Task.WaitAsync(cancellationToken); });
234
var dashboardUrls = await InteractionService.ShowStatusAsync(
RunCommandStrings
.StartingDashboard, async () => { return await backchannel.GetDashboardUrlsAsync(cancellationToken); });
238
InteractionService.DisplayError(
RunCommandStrings
.DashboardFailedToStart);
250
var dashboardsLocalizedString =
RunCommandStrings
.Dashboard;
251
var logsLocalizedString =
RunCommandStrings
.Logs;
252
var endpointsLocalizedString =
RunCommandStrings
.Endpoints;
253
var appHostLocalizedString =
RunCommandStrings
.AppHost;
332
_ansiConsole.WriteLine(
RunCommandStrings
.ExtensionSwitchingToAppHostConsole);
401
ctrlCGrid.AddRow(new Text(string.Empty), new Markup(
RunCommandStrings
.PressCtrlCToStopAppHost) { Overflow = Overflow.Ellipsis });
Resources\RunCommandStrings.Designer.cs (1)
41
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(
RunCommandStrings
).Assembly);