1 write to KnownProperty
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
342
KnownProperty
= knownProperty;
6 references to KnownProperty
Aspire.Dashboard (4)
Model\ResourceViewModel.cs (4)
271
public KnownProperty? KnownProperty => _propertyViewModel.
KnownProperty
;
274
public string DisplayName => _propertyViewModel.
KnownProperty
?.GetDisplayName(_loc) ?? _propertyViewModel.Name;
287
_key = propertyViewModel.
KnownProperty
!= null ? propertyViewModel.
KnownProperty
.Key : $"unknown-{propertyViewModel.Name}";
Aspire.Dashboard.Tests (2)
Model\ResourceViewModelTests.cs (2)
139
Assert.Same(kp, p.Value.
KnownProperty
);
149
Assert.Same(kp, p.Value.
KnownProperty
);