4 writes to TimeUnixNano
Aspire.Cli.Tests (4)
Commands\TelemetryLogsCommandTests.cs (1)
131TimeUnixNano = TelemetryTestHelper.DateTimeToUnixNanoseconds(e.time),
Mcp\ListStructuredLogsToolTests.cs (3)
97TimeUnixNano = 1706540400000000000, 112TimeUnixNano = 1706540401000000000, 126TimeUnixNano = 1706540402000000000,
2 references to TimeUnixNano
aspire (2)
Commands\TelemetryLogsCommand.cs (2)
265var timestamp = log.TimeUnixNano.HasValue 266? FormatHelpers.FormatConsoleTime(_timeProvider, OtlpHelpers.UnixNanoSecondsToDateTime(log.TimeUnixNano.Value))