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,
144
: base(
RootCommandStrings
.Description)
158
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)
514
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);