2 references to StartedAtSeconds
Aspire.Dashboard (2)
ServiceClient\SqliteResourceRepository.Storage.cs (2)
606
if (record.
StartedAtSeconds
is not null)
608
resource.StartedAt = CreateTimestamp(record.
StartedAtSeconds
.Value, record.StartedAtNanos);