5 references to ViewModel
Aspire.Dashboard (4)
Components\Controls\StructuredLogDetails.razor.cs (4)
32
ViewModel
.LogEntry.ApplicationView.AllProperties().Select(p => new TelemetryPropertyViewModel { Name = p.DisplayName, Key = p.Key, Value = p.Value })
45
if (!ReferenceEquals(
ViewModel
, _viewModel))
48
if (
ViewModel
.LogEntry.InternalId != _viewModel?.LogEntry.InternalId)
53
_viewModel =
ViewModel
;
Aspire.Dashboard.Components.Tests (1)
Controls\StructuredLogDetailsTests.cs (1)
57
builder.Add(p => p.
ViewModel
, model);