15 references to RootCommandStrings
aspire (14)
Commands\RootCommand.cs (8)
25
Description =
RootCommandStrings
.DebugArgumentDescription,
32
Description =
RootCommandStrings
.DebugLevelArgumentDescription,
38
Description =
RootCommandStrings
.NonInteractiveArgumentDescription,
44
Description =
RootCommandStrings
.NoLogoArgumentDescription,
50
Description =
RootCommandStrings
.BannerArgumentDescription,
56
Description =
RootCommandStrings
.WaitForDebuggerArgumentDescription,
63
Description =
RootCommandStrings
.CliWaitForDebuggerArgumentDescription,
182
: base(
RootCommandStrings
.Description)
Interaction\BannerService.cs (2)
60
var welcomeText =
RootCommandStrings
.BannerWelcomeText;
61
var versionText = string.Format(CultureInfo.CurrentCulture,
RootCommandStrings
.BannerVersionFormat, cliVersion);
Program.cs (3)
847
consoleEnvironment.Error.MarkupLine(string.Format(CultureInfo.CurrentCulture,
RootCommandStrings
.FirstTimeUseTelemetryNotice, MarkupHelpers.SafeLink(interactionService, telemetryUrl)));
874
RootCommandStrings
.IdentityOverrideNotice,
1319
string.Format(CultureInfo.CurrentCulture,
RootCommandStrings
.WaitingForDebugger, Environment.ProcessId),
Resources\RootCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.RootCommandStrings", typeof(
RootCommandStrings
).Assembly);
Aspire.Cli.Tests (1)
CliBootstrapTests.cs (1)
236
var expectedStatus = string.Format(CultureInfo.CurrentCulture,
RootCommandStrings
.WaitingForDebugger, Environment.ProcessId);