1 write to LastRunAt
Aspire.Hosting (1)
Health\ResourceHealthCheckService.cs (1)
283LastRunAt = runAt
4 references to LastRunAt
Aspire.Hosting (4)
ApplicationModel\ResourceNotificationService.cs (2)
901if (report.LastRunAt.HasValue) 903error.Append(CultureInfo.InvariantCulture, $" @ {report.LastRunAt.Value:yyyy-MM-dd HH:mm:ss}");
Dashboard\proto\Partials.cs (2)
112if (report.LastRunAt.HasValue) 114healthReport.LastRunAt = Timestamp.FromDateTime(report.LastRunAt.Value.ToUniversalTime());