13 references to DescribeCommandStrings
aspire (13)
Commands\DescribeCommand.cs (12)
83Description = DescribeCommandStrings.ResourceArgumentDescription, 89Description = DescribeCommandStrings.FollowOptionDescription 93Description = DescribeCommandStrings.JsonOptionDescription 97Description = DescribeCommandStrings.IncludeHiddenOptionDescription 109: base("describe", DescribeCommandStrings.Description, services) 138string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, DescribeCommandStrings.SelectAppHostAction), 211InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, DescribeCommandStrings.ResourceNotFound, resourceName)); 346table.AddBoldColumn(DescribeCommandStrings.HeaderName); 347table.AddBoldColumn(DescribeCommandStrings.HeaderType); 348table.AddBoldColumn(DescribeCommandStrings.HeaderState); 349table.AddBoldColumn(DescribeCommandStrings.HeaderHealth); 350table.AddBoldColumn(DescribeCommandStrings.HeaderURLs);
Resources\DescribeCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.DescribeCommandStrings", typeof(DescribeCommandStrings).Assembly);