1 write to LastRunAtTimeStamp
Aspire.Dashboard (1)
ServiceClient\Partials.cs (1)
62LastRunAtTimeStamp = healthReport.LastRunAt?.ToDateTime()
4 references to LastRunAtTimeStamp
Aspire.Dashboard (4)
Components\Controls\ResourceDetails.razor.cs (4)
409if (context.LastRunAtTimeStamp.HasValue) 411var duration = DateTime.UtcNow.Subtract(context.LastRunAtTimeStamp.Value); 433if (context.LastRunAtTimeStamp.HasValue) 435var localTime = FormatHelpers.FormatTimeWithOptionalDate(TimeProvider, context.LastRunAtTimeStamp.Value);