16 references to StopCommandStrings
aspire (16)
Commands\StopCommand.cs (15)
31
: base("stop",
StopCommandStrings
.Description, features, updateNotifier, executionContext, interactionService)
43
projectOption.Description =
StopCommandStrings
.ProjectArgumentDescription;
81
_interactionService.DisplayError(
StopCommandStrings
.NoRunningAppHostsFound);
91
StopCommandStrings
.ScanningForRunningAppHosts,
100
_interactionService.DisplayError(
StopCommandStrings
.NoRunningAppHostsFound);
127
StopCommandStrings
.SelectAppHostToStop,
142
_interactionService.DisplayMessage("information",
StopCommandStrings
.NoInScopeAppHostsShowingAll);
153
StopCommandStrings
.SelectAppHostToStop,
167
_interactionService.DisplayError(
StopCommandStrings
.NoRunningAppHostsFound);
199
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
228
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
234
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
240
StopCommandStrings
.StoppingAppHost,
267
_interactionService.DisplaySuccess(
StopCommandStrings
.AppHostStoppedSuccessfully);
272
_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);