11 references to ResourcesCommandStrings
aspire (11)
Commands\ResourcesCommand.cs (10)
80: base("resources", ResourcesCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 90resourceArgument.Description = ResourcesCommandStrings.ResourceArgumentDescription; 95projectOption.Description = ResourcesCommandStrings.ProjectOptionDescription; 99watchOption.Description = ResourcesCommandStrings.WatchOptionDescription; 104Description = ResourcesCommandStrings.JsonOptionDescription 117var scanningMessage = format == OutputFormat.Json ? string.Empty : ResourcesCommandStrings.ScanningForRunningAppHosts; 122ResourcesCommandStrings.SelectAppHost, 123ResourcesCommandStrings.NoInScopeAppHostsShowingAll, 124ResourcesCommandStrings.AppHostNotRunning, 157_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, ResourcesCommandStrings.ResourceNotFound, resourceName));
Resources\ResourcesCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ResourcesCommandStrings", typeof(ResourcesCommandStrings).Assembly);