32 references to RunCommandStrings
aspire (32)
Commands\ExecCommand.cs (4)
156
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(
RunCommandStrings
.IsCompatibleAppHostIsNull))
194
$":linked_paperclips: {
RunCommandStrings
.StartingAppHost}",
256
InteractionService.DisplayError(
RunCommandStrings
.ProjectCouldNotBeRun);
267
InteractionService.DisplayError(
RunCommandStrings
.ProjectCouldNotBeRun);
Commands\RunCommand.cs (24)
72
Description =
RunCommandStrings
.ProjectArgumentDescription
76
Description =
RunCommandStrings
.DetachArgumentDescription
80
Description =
RunCommandStrings
.JsonArgumentDescription
84
Description =
RunCommandStrings
.IsolatedArgumentDescription
106
: base("run",
RunCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
132
Description =
RunCommandStrings
.StartDebugSessionArgumentDescription
160
InteractionService.DisplayError(
RunCommandStrings
.FormatRequiresDetach);
175
extensionInteractionService.DisplayConsolePlainText(
RunCommandStrings
.StartingDebugSessionInExtension);
219
InteractionService.DisplayMessage("warning",
RunCommandStrings
.IsolatedModeRunningInstanceWarning);
261
isExtensionHost ? InteractionServiceStrings.BuildingAppHost :
RunCommandStrings
.ConnectingToAppHost,
273
RunCommandStrings
.StartingDashboard,
278
InteractionService.DisplayError(
RunCommandStrings
.DashboardFailedToStart);
303
var endpointsLocalizedString =
RunCommandStrings
.Endpoints;
423
ctrlCGrid.AddRow(new Text(string.Empty), new Markup(
RunCommandStrings
.PressCtrlCToStopAppHost) { Overflow = Overflow.Ellipsis });
454
var appHostLabel =
RunCommandStrings
.AppHost;
455
var dashboardLabel =
RunCommandStrings
.Dashboard;
456
var logsLabel =
RunCommandStrings
.Logs;
457
var pidLabel =
RunCommandStrings
.ProcessId;
831
RunCommandStrings
.StartingAppHostInBackground,
840
_interactionService.DisplayError(
RunCommandStrings
.FailedToStartAppHost);
854
RunCommandStrings
.AppHostExitedWithCode,
859
_interactionService.DisplayError(
RunCommandStrings
.TimeoutWaitingForAppHost);
878
RunCommandStrings
.CheckLogsForDetails,
923
_interactionService.DisplaySuccess(
RunCommandStrings
.AppHostStartedSuccessfully);
Projects\DotNetAppHostProject.cs (2)
268
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(
RunCommandStrings
.IsCompatibleAppHostIsNull))
520
_interactionService.DisplayMessage("key",
RunCommandStrings
.CopyingUserSecrets);
Projects\RunningInstanceManager.cs (1)
71
_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);