1 write to Timestamp
Aspire.Dashboard (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
34
Timestamp
= timestamp,
6 references to Timestamp
Aspire.Dashboard (5)
src\Shared\ConsoleLogs\LogEntries.cs (5)
38
Debug.Assert(logLine.
Timestamp
== null || logLine.
Timestamp
.Value.Kind == DateTimeKind.Utc, "Timestamp should always be UTC.");
70
if (logEntry.
Timestamp
== null)
95
if (logEntry.
Timestamp
.Value >= current.Timestamp.Value)
142
if (_earliestTimestampIndex == null && logEntry.
Timestamp
!= null)
Aspire.Dashboard.Tests (1)
ConsoleLogsTests\LogEntriesTests.cs (1)
38
Assert.Null(entry.
Timestamp
);