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