9 references to PsCommandStrings
aspire (9)
Commands\PsCommand.cs (8)
70Description = PsCommandStrings.JsonOptionDescription 75Description = PsCommandStrings.ResourcesOptionDescription 86: base("ps", PsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 189AppHostPath = info.AppHostPath ?? PsCommandStrings.UnknownPath, 208table.AddBoldColumn(PsCommandStrings.HeaderPath); 209table.AddBoldColumn(PsCommandStrings.HeaderPid); 210table.AddBoldColumn(PsCommandStrings.HeaderCliPid); 211table.AddBoldColumn(PsCommandStrings.HeaderDashboard);
Resources\PsCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.PsCommandStrings", typeof(PsCommandStrings).Assembly);