5 references to ShowTimestamp
Aspire.Dashboard (3)
Components\Controls\LogViewer.razor.cs (3)
115
_appliedShowTimestamp !=
ShowTimestamp
||
120
_appliedShowTimestamp =
ShowTimestamp
;
188
if (
ShowTimestamp
&& entry.Timestamp is { } timestamp)
Aspire.Dashboard.Components.Tests (2)
Controls\LogViewerTests.cs (2)
393
builder.Add(p => p.
ShowTimestamp
, true);
406
builder.Add(p => p.
ShowTimestamp
, false);