11 references to DescribeCommandStrings
aspire (11)
Commands\DescribeCommand.cs (10)
77
Description =
DescribeCommandStrings
.ResourceArgumentDescription,
82
Description =
DescribeCommandStrings
.ProjectOptionDescription
86
Description =
DescribeCommandStrings
.FollowOptionDescription
90
Description =
DescribeCommandStrings
.JsonOptionDescription
101
: base("describe",
DescribeCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
123
var scanningMessage = format == OutputFormat.Json ? string.Empty :
DescribeCommandStrings
.ScanningForRunningAppHosts;
128
DescribeCommandStrings
.SelectAppHost,
129
DescribeCommandStrings
.NoInScopeAppHostsShowingAll,
130
DescribeCommandStrings
.AppHostNotRunning,
169
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
DescribeCommandStrings
.ResourceNotFound, resourceName));
Resources\DescribeCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.DescribeCommandStrings", typeof(
DescribeCommandStrings
).Assembly);