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