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