2 references to GetClientDisplayName
aspire (2)
Commands\AgentInitCommand.cs (2)
501
var clientNames = string.Join(", ", result.ConfiguredClients.Select(
GetClientDisplayName
));
509
var clientName =
GetClientDisplayName
(skip.Client);