20 references to ResourceCommandStrings
aspire (20)
Commands\ResourceCommand.cs (9)
23Description = ResourceCommandStrings.CommandResourceArgumentDescription 28Description = ResourceCommandStrings.CommandNameArgumentDescription 33Description = ResourceCommandStrings.ProjectOptionDescription 44: base("command", ResourceCommandStrings.CommandDescription, features, updateNotifier, executionContext, interactionService, telemetry) 63ResourceCommandStrings.ScanningForRunningAppHosts, 64ResourceCommandStrings.SelectAppHost, 65ResourceCommandStrings.NoInScopeAppHostsShowingAll, 66ResourceCommandStrings.NoRunningAppHostsFound, 71_interactionService.DisplayError(result.ErrorMessage ?? ResourceCommandStrings.NoRunningAppHostsFound);
Commands\ResourceCommandBase.cs (6)
27Description = ResourceCommandStrings.ProjectOptionDescription 86ResourceCommandStrings.ScanningForRunningAppHosts, 87ResourceCommandStrings.SelectAppHost, 88ResourceCommandStrings.NoInScopeAppHostsShowingAll, 89ResourceCommandStrings.NoRunningAppHostsFound, 94InteractionService.DisplayError(result.ErrorMessage ?? ResourceCommandStrings.NoRunningAppHostsFound);
Commands\RestartCommand.cs (2)
21protected override string ResourceArgumentDescription => ResourceCommandStrings.RestartResourceArgumentDescription; 31: base("restart", ResourceCommandStrings.RestartDescription,
Commands\StartCommand.cs (2)
21protected override string ResourceArgumentDescription => ResourceCommandStrings.StartResourceArgumentDescription; 31: base("start", ResourceCommandStrings.StartDescription,
Resources\ResourceCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ResourceCommandStrings", typeof(ResourceCommandStrings).Assembly);