24 references to TerminalCommandStrings
aspire (24)
Commands\TerminalResourceResolver.cs (9)
23
TerminalCommandStrings
.LookingUpResource,
30
TerminalCommandStrings
.ResourceNotFound, resourceName));
39
TerminalCommandStrings
.DiscoveringSessions,
45
TerminalCommandStrings
.TerminalUnavailable, canonicalName));
55
TerminalCommandStrings
.ReplicaNotFound, index, canonicalName,
69
TerminalCommandStrings
.ReplicaRequired, canonicalName, replicas.Length));
74
string.Format(CultureInfo.CurrentCulture,
TerminalCommandStrings
.SelectReplica, canonicalName),
77
? string.Format(CultureInfo.CurrentCulture,
TerminalCommandStrings
.ReplicaRunning, r.Label)
78
: string.Format(CultureInfo.CurrentCulture,
TerminalCommandStrings
.ReplicaExited,
Commands\TerminalTapeCommand.cs (1)
14
: base("tape",
TerminalCommandStrings
.TapeDescription, services)
Commands\TerminalTapePlayCommand.cs (13)
33
Description =
TerminalCommandStrings
.ResourceArgumentDescription
37
Description =
TerminalCommandStrings
.TapeFileDescription,
42
Description =
TerminalCommandStrings
.ReplicaOptionDescription
48
Description =
TerminalCommandStrings
.TapeTimeoutDescription,
57
CommonCommandServices services) : base("play",
TerminalCommandStrings
.TapePlayDescription, services)
80
return CommandResult.Failure(CliExitCodes.InvalidCommand,
TerminalCommandStrings
.ResourceRequired);
85
string.Format(CultureInfo.CurrentCulture,
TerminalCommandStrings
.TapeTimeoutInvalid, MaximumTimeoutSeconds));
103
string.Format(CultureInfo.CurrentCulture,
TerminalCommandStrings
.TapeFileReadFailed, tapePath, ex.Message));
109
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost,
TerminalCommandStrings
.TapeSelectAppHostAction),
119
return CommandResult.Failure(CliExitCodes.AppHostIncompatible,
TerminalCommandStrings
.TerminalIncompatible);
213
string.Format(CultureInfo.CurrentCulture,
TerminalCommandStrings
.TapeTimeout, timeoutSeconds));
217
return CommandResult.Failure(CliExitCodes.FailedToExecuteResourceCommand,
TerminalCommandStrings
.TapeConnectionClosed);
223
string.Format(CultureInfo.CurrentCulture,
TerminalCommandStrings
.TapePlaybackFailed, ex.Message));
Resources\TerminalCommandStrings.Designer.cs (1)
28
resourceMan = new System.Resources.ResourceManager("Aspire.Cli.Resources.TerminalCommandStrings", typeof(
TerminalCommandStrings
).Assembly);