1 write to LastRunAtTimeStamp
Aspire.Dashboard (1)
ServiceClient\Partials.cs (1)
64LastRunAtTimeStamp = healthReport.LastRunAt?.ToDateTime()
4 references to LastRunAtTimeStamp
Aspire.Dashboard (4)
Components\Controls\ResourceDetails.razor.cs (4)
476if (context.LastRunAtTimeStamp.HasValue) 478var duration = DateTime.UtcNow.Subtract(context.LastRunAtTimeStamp.Value); 500if (context.LastRunAtTimeStamp.HasValue) 502var localTime = FormatHelpers.FormatTimeWithOptionalDate(TimeProvider, context.LastRunAtTimeStamp.Value);