1 write to LastRunAtTimeStamp
Aspire.Dashboard (1)
ServiceClient\Partials.cs (1)
61LastRunAtTimeStamp = healthReport.LastRunAt?.ToDateTime()
4 references to LastRunAtTimeStamp
Aspire.Dashboard (4)
Components\Controls\ResourceDetails.razor.cs (4)
333if (context.LastRunAtTimeStamp.HasValue) 335var duration = DateTime.UtcNow.Subtract(context.LastRunAtTimeStamp.Value); 357if (context.LastRunAtTimeStamp.HasValue) 359var localTime = FormatHelpers.FormatTimeWithOptionalDate(TimeProvider, context.LastRunAtTimeStamp.Value);