14 references to StopCommandStrings
aspire (14)
Commands\StopCommand.cs (13)
33
Description =
StopCommandStrings
.ProjectArgumentDescription
45
: base("stop",
StopCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
63
StopCommandStrings
.ScanningForRunningAppHosts,
64
StopCommandStrings
.SelectAppHostToStop,
65
StopCommandStrings
.NoInScopeAppHostsShowingAll,
66
StopCommandStrings
.NoRunningAppHostsFound,
71
_interactionService.DisplayError(result.ErrorMessage ??
StopCommandStrings
.NoRunningAppHostsFound);
110
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
139
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
145
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
151
StopCommandStrings
.StoppingAppHost,
178
_interactionService.DisplaySuccess(
StopCommandStrings
.AppHostStoppedSuccessfully);
183
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
Resources\StopCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.StopCommandStrings", typeof(
StopCommandStrings
).Assembly);