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