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