1 instantiation of ResourceHealthReportJson
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
775
h => new
ResourceHealthReportJson
2 references to ResourceHealthReportJson
Aspire.Dashboard (2)
Model\Serialization\ResourceJsonSerializerContext.cs (1)
23
[JsonSerializable(typeof(Dictionary<string,
ResourceHealthReportJson
>))]
src\Shared\Model\Serialization\ResourceJson.cs (1)
110
public Dictionary<string,
ResourceHealthReportJson
>? HealthReports { get; set; }