12 references to RootCommandStrings
aspire (12)
Commands\RootCommand.cs (8)
26Description = RootCommandStrings.DebugArgumentDescription, 33Description = RootCommandStrings.DebugLevelArgumentDescription, 45Description = RootCommandStrings.NoLogoArgumentDescription, 51Description = RootCommandStrings.BannerArgumentDescription, 57Description = RootCommandStrings.WaitForDebuggerArgumentDescription, 64Description = RootCommandStrings.CliWaitForDebuggerArgumentDescription, 138: base(RootCommandStrings.Description) 151$":bug: {string.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)
504consoleEnvironment.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);