12 references to DescribeCommandStrings
aspire (12)
Commands\DescribeCommand.cs (11)
78Description = DescribeCommandStrings.ResourceArgumentDescription, 84Description = DescribeCommandStrings.FollowOptionDescription 88Description = DescribeCommandStrings.JsonOptionDescription 100: base("describe", DescribeCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 125string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, DescribeCommandStrings.SelectAppHostAction), 173_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, DescribeCommandStrings.ResourceNotFound, resourceName)); 275table.AddBoldColumn(DescribeCommandStrings.HeaderName); 276table.AddBoldColumn(DescribeCommandStrings.HeaderType); 277table.AddBoldColumn(DescribeCommandStrings.HeaderState); 278table.AddBoldColumn(DescribeCommandStrings.HeaderHealth); 279table.AddBoldColumn(DescribeCommandStrings.HeaderEndpoints);
Resources\DescribeCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.DescribeCommandStrings", typeof(DescribeCommandStrings).Assembly);