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