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