1 write to Timestamp
Aspire.Dashboard (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
34Timestamp = timestamp,
8 references to Timestamp
Aspire.Dashboard (7)
Components\Pages\ConsoleLogs.razor.cs (2)
479if (timestampFilterDate is null || logEntry.Timestamp is null || logEntry.Timestamp > timestampFilterDate)
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);