11 references to ResourcesCommandStrings
aspire (11)
Commands\ResourcesCommand.cs (10)
80
: base("resources",
ResourcesCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
90
resourceArgument.Description =
ResourcesCommandStrings
.ResourceArgumentDescription;
95
projectOption.Description =
ResourcesCommandStrings
.ProjectOptionDescription;
99
watchOption.Description =
ResourcesCommandStrings
.WatchOptionDescription;
104
Description =
ResourcesCommandStrings
.JsonOptionDescription
117
var scanningMessage = format == OutputFormat.Json ? string.Empty :
ResourcesCommandStrings
.ScanningForRunningAppHosts;
122
ResourcesCommandStrings
.SelectAppHost,
123
ResourcesCommandStrings
.NoInScopeAppHostsShowingAll,
124
ResourcesCommandStrings
.AppHostNotRunning,
157
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
ResourcesCommandStrings
.ResourceNotFound, resourceName));
Resources\ResourcesCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ResourcesCommandStrings", typeof(
ResourcesCommandStrings
).Assembly);