11 references to ResourcesCommandStrings
aspire (11)
Commands\ResourcesCommand.cs (10)
76
Description =
ResourcesCommandStrings
.ResourceArgumentDescription,
81
Description =
ResourcesCommandStrings
.ProjectOptionDescription
85
Description =
ResourcesCommandStrings
.WatchOptionDescription
89
Description =
ResourcesCommandStrings
.JsonOptionDescription
100
: base("resources",
ResourcesCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
121
var scanningMessage = format == OutputFormat.Json ? string.Empty :
ResourcesCommandStrings
.ScanningForRunningAppHosts;
126
ResourcesCommandStrings
.SelectAppHost,
127
ResourcesCommandStrings
.NoInScopeAppHostsShowingAll,
128
ResourcesCommandStrings
.AppHostNotRunning,
167
_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);