12 references to RootCommandStrings
aspire (12)
Commands\RootCommand.cs (8)
26
Description =
RootCommandStrings
.DebugArgumentDescription,
33
Description =
RootCommandStrings
.DebugLevelArgumentDescription,
45
Description =
RootCommandStrings
.NoLogoArgumentDescription,
51
Description =
RootCommandStrings
.BannerArgumentDescription,
57
Description =
RootCommandStrings
.WaitForDebuggerArgumentDescription,
64
Description =
RootCommandStrings
.CliWaitForDebuggerArgumentDescription,
138
: base(
RootCommandStrings
.Description)
151
$":bug: {string.Format(CultureInfo.CurrentCulture,
RootCommandStrings
.WaitingForDebugger, Environment.ProcessId)}",
Interaction\BannerService.cs (2)
55
var welcomeText =
RootCommandStrings
.BannerWelcomeText;
56
var versionText = string.Format(CultureInfo.CurrentCulture,
RootCommandStrings
.BannerVersionFormat, cliVersion);
Program.cs (1)
504
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);