15 references to RootCommandStrings
aspire (14)
Commands\RootCommand.cs (8)
25Description = RootCommandStrings.DebugArgumentDescription, 32Description = RootCommandStrings.DebugLevelArgumentDescription, 38Description = RootCommandStrings.NonInteractiveArgumentDescription, 44Description = RootCommandStrings.NoLogoArgumentDescription, 50Description = RootCommandStrings.BannerArgumentDescription, 56Description = RootCommandStrings.WaitForDebuggerArgumentDescription, 63Description = RootCommandStrings.CliWaitForDebuggerArgumentDescription, 182: base(RootCommandStrings.Description)
Interaction\BannerService.cs (2)
60var welcomeText = RootCommandStrings.BannerWelcomeText; 61var versionText = string.Format(CultureInfo.CurrentCulture, RootCommandStrings.BannerVersionFormat, cliVersion);
Program.cs (3)
847consoleEnvironment.Error.MarkupLine(string.Format(CultureInfo.CurrentCulture, RootCommandStrings.FirstTimeUseTelemetryNotice, MarkupHelpers.SafeLink(interactionService, telemetryUrl))); 874RootCommandStrings.IdentityOverrideNotice, 1319string.Format(CultureInfo.CurrentCulture, RootCommandStrings.WaitingForDebugger, Environment.ProcessId),
Resources\RootCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.RootCommandStrings", typeof(RootCommandStrings).Assembly);
Aspire.Cli.Tests (1)
CliBootstrapTests.cs (1)
236var expectedStatus = string.Format(CultureInfo.CurrentCulture, RootCommandStrings.WaitingForDebugger, Environment.ProcessId);