13 references to RootCommandStrings
aspire (13)
Commands\RootCommand.cs (9)
27Description = RootCommandStrings.DebugArgumentDescription, 34Description = RootCommandStrings.DebugLevelArgumentDescription, 40Description = RootCommandStrings.NonInteractiveArgumentDescription, 46Description = RootCommandStrings.NoLogoArgumentDescription, 52Description = RootCommandStrings.BannerArgumentDescription, 58Description = RootCommandStrings.WaitForDebuggerArgumentDescription, 65Description = RootCommandStrings.CliWaitForDebuggerArgumentDescription, 144: base(RootCommandStrings.Description) 158string.Format(CultureInfo.CurrentCulture, RootCommandStrings.WaitingForDebugger, Environment.ProcessId),
Interaction\BannerService.cs (2)
55var welcomeText = RootCommandStrings.BannerWelcomeText; 56var versionText = string.Format(CultureInfo.CurrentCulture, RootCommandStrings.BannerVersionFormat, cliVersion);
Program.cs (1)
514consoleEnvironment.Error.WriteLine(RootCommandStrings.FirstTimeUseTelemetryNotice);
Resources\RootCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.RootCommandStrings", typeof(RootCommandStrings).Assembly);