11 references to ResourcesCommandStrings
aspire (11)
Commands\ResourcesCommand.cs (10)
76Description = ResourcesCommandStrings.ResourceArgumentDescription, 81Description = ResourcesCommandStrings.ProjectOptionDescription 85Description = ResourcesCommandStrings.WatchOptionDescription 89Description = ResourcesCommandStrings.JsonOptionDescription 100: base("resources", ResourcesCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 121var scanningMessage = format == OutputFormat.Json ? string.Empty : ResourcesCommandStrings.ScanningForRunningAppHosts; 126ResourcesCommandStrings.SelectAppHost, 127ResourcesCommandStrings.NoInScopeAppHostsShowingAll, 128ResourcesCommandStrings.AppHostNotRunning, 167_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);