13 references to StopCommandStrings
aspire (13)
Commands\StopCommand.cs (12)
28
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project",
StopCommandStrings
.ProjectArgumentDescription);
32
Description =
StopCommandStrings
.AllOptionDescription
45
: base("stop",
StopCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
65
_interactionService.DisplayError(string.Format(CultureInfo.InvariantCulture,
StopCommandStrings
.AllAndProjectMutuallyExclusive, s_allOption.Name, s_appHostOption.Name));
119
_interactionService.DisplayError(string.Format(CultureInfo.InvariantCulture,
StopCommandStrings
.MultipleAppHostsNonInteractive, s_appHostOption.Name, s_allOption.Name));
131
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost,
StopCommandStrings
.SelectAppHostAction),
210
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
239
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
245
_interactionService.DisplayError(
StopCommandStrings
.FailedToStopAppHost);
251
StopCommandStrings
.StoppingAppHost,
278
_interactionService.DisplaySuccess(
StopCommandStrings
.AppHostStoppedSuccessfully);
283
_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);