20 references to ResourceCommandStrings
aspire (20)
Commands\ResourceCommand.cs (9)
23
Description =
ResourceCommandStrings
.CommandResourceArgumentDescription
28
Description =
ResourceCommandStrings
.CommandNameArgumentDescription
33
Description =
ResourceCommandStrings
.ProjectOptionDescription
44
: base("command",
ResourceCommandStrings
.CommandDescription, features, updateNotifier, executionContext, interactionService, telemetry)
63
ResourceCommandStrings
.ScanningForRunningAppHosts,
64
ResourceCommandStrings
.SelectAppHost,
65
ResourceCommandStrings
.NoInScopeAppHostsShowingAll,
66
ResourceCommandStrings
.NoRunningAppHostsFound,
71
_interactionService.DisplayError(result.ErrorMessage ??
ResourceCommandStrings
.NoRunningAppHostsFound);
Commands\ResourceCommandBase.cs (6)
27
Description =
ResourceCommandStrings
.ProjectOptionDescription
86
ResourceCommandStrings
.ScanningForRunningAppHosts,
87
ResourceCommandStrings
.SelectAppHost,
88
ResourceCommandStrings
.NoInScopeAppHostsShowingAll,
89
ResourceCommandStrings
.NoRunningAppHostsFound,
94
InteractionService.DisplayError(result.ErrorMessage ??
ResourceCommandStrings
.NoRunningAppHostsFound);
Commands\RestartCommand.cs (2)
21
protected override string ResourceArgumentDescription =>
ResourceCommandStrings
.RestartResourceArgumentDescription;
31
: base("restart",
ResourceCommandStrings
.RestartDescription,
Commands\StartCommand.cs (2)
21
protected override string ResourceArgumentDescription =>
ResourceCommandStrings
.StartResourceArgumentDescription;
31
: base("start",
ResourceCommandStrings
.StartDescription,
Resources\ResourceCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ResourceCommandStrings", typeof(
ResourceCommandStrings
).Assembly);