6 references to RootCommandStrings
aspire (6)
Commands\RootCommand.cs (5)
23
: base(
RootCommandStrings
.Description)
37
debugOption.Description =
RootCommandStrings
.DebugArgumentDescription;
42
waitForDebuggerOption.Description =
RootCommandStrings
.WaitForDebuggerArgumentDescription;
47
cliWaitForDebuggerOption.Description =
RootCommandStrings
.CliWaitForDebuggerArgumentDescription;
61
$":bug: {string.Format(CultureInfo.CurrentCulture,
RootCommandStrings
.WaitingForDebugger, Environment.ProcessId)}",
Resources\RootCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RootCommandStrings", typeof(
RootCommandStrings
).Assembly);