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