16 references to StopCommandStrings
aspire (16)
Commands\StopCommand.cs (15)
31: base("stop", StopCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 43projectOption.Description = StopCommandStrings.ProjectArgumentDescription; 81_interactionService.DisplayError(StopCommandStrings.NoRunningAppHostsFound); 91StopCommandStrings.ScanningForRunningAppHosts, 100_interactionService.DisplayError(StopCommandStrings.NoRunningAppHostsFound); 127StopCommandStrings.SelectAppHostToStop, 142_interactionService.DisplayMessage("information", StopCommandStrings.NoInScopeAppHostsShowingAll); 153StopCommandStrings.SelectAppHostToStop, 167_interactionService.DisplayError(StopCommandStrings.NoRunningAppHostsFound); 199_interactionService.DisplayError(StopCommandStrings.FailedToStopAppHost); 228_interactionService.DisplayError(StopCommandStrings.FailedToStopAppHost); 234_interactionService.DisplayError(StopCommandStrings.FailedToStopAppHost); 240StopCommandStrings.StoppingAppHost, 267_interactionService.DisplaySuccess(StopCommandStrings.AppHostStoppedSuccessfully); 272_interactionService.DisplayError(StopCommandStrings.FailedToStopAppHost);
Resources\StopCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.StopCommandStrings", typeof(StopCommandStrings).Assembly);