1 instantiation of ResourceHealthReportJson
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
776
? resource.HealthReports.Select(h => new
ResourceHealthReportJson
2 references to ResourceHealthReportJson
Aspire.Dashboard (2)
Model\Serialization\ResourceJsonSerializerContext.cs (1)
23
[JsonSerializable(typeof(
ResourceHealthReportJson
))]
src\Shared\Model\Serialization\ResourceJson.cs (1)
97
public
ResourceHealthReportJson
[]? HealthReports { get; set; }