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