1 write to _tooltip
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
283_tooltip = new(() => propertyViewModel.Value.HasStringValue ? propertyViewModel.Value.StringValue : propertyViewModel.Value.ToString());
1 reference to _tooltip
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
264public string ToolTip => _tooltip.Value;