3 references to HealthReport
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3261
private static readonly pb::MessageParser<HealthReport> _parser = new pb::MessageParser<HealthReport>(() => new
HealthReport
());
3290
public HealthReport(HealthReport other) :
this
() {
Dashboard\proto\Partials.cs (1)
94
var healthReport = new
HealthReport
{ Key = report.Name, Description = report.Description ?? "", Exception = report.ExceptionText ?? "" };