1 instantiation of ResourceHealthReportJson
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
73h => new ResourceHealthReportJson
3 references to ResourceHealthReportJson
aspire (3)
Commands\DescribeCommand.cs (1)
37[JsonSerializable(typeof(Dictionary<string, ResourceHealthReportJson>))]
Mcp\Tools\ListResourcesTool.cs (1)
22[JsonSerializable(typeof(Dictionary<string, ResourceHealthReportJson>))]
src\Shared\Model\Serialization\ResourceJson.cs (1)
118public Dictionary<string, ResourceHealthReportJson>? HealthReports { get; set; }