13 references to StopCommandStrings
aspire (13)
Commands\StopCommand.cs (12)
28private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", StopCommandStrings.ProjectArgumentDescription); 32Description = 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)); 131string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, StopCommandStrings.SelectAppHostAction), 210_interactionService.DisplayError(StopCommandStrings.FailedToStopAppHost); 239_interactionService.DisplayError(StopCommandStrings.FailedToStopAppHost); 245_interactionService.DisplayError(StopCommandStrings.FailedToStopAppHost); 251StopCommandStrings.StoppingAppHost, 278_interactionService.DisplaySuccess(StopCommandStrings.AppHostStoppedSuccessfully); 283_interactionService.DisplayError(StopCommandStrings.FailedToStopAppHost);
Resources\StopCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.StopCommandStrings", typeof(StopCommandStrings).Assembly);