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