1 write to DisplayName
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
43
DisplayName
= resource.Name,
3 references to DisplayName
Aspire.Hosting (3)
Dashboard\DashboardServiceData.cs (1)
68
logger.LogDebug("Updating resource snapshot for {Name}/{DisplayName}: {State}", snapshot.Name, snapshot.
DisplayName
, snapshot.State);
Dashboard\proto\Partials.cs (1)
17
DisplayName = snapshot.
DisplayName
,
Dashboard\ResourceSnapshot.cs (1)
43
yield return (KnownProperties.Resource.DisplayName, Value.ForString(
DisplayName
), IsSensitive: false);