11 references to RootCommandStrings
aspire (11)
Commands\RootCommand.cs (7)
23Description = RootCommandStrings.DebugArgumentDescription, 35Description = RootCommandStrings.NoLogoArgumentDescription, 41Description = RootCommandStrings.BannerArgumentDescription, 47Description = RootCommandStrings.WaitForDebuggerArgumentDescription, 54Description = RootCommandStrings.CliWaitForDebuggerArgumentDescription, 89: base(RootCommandStrings.Description) 102$":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)
372consoleEnvironment.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);