1 instantiation of ResourceHealthReportJson
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
59
h => new
ResourceHealthReportJson
5 references to ResourceHealthReportJson
aspire (5)
Commands\DescribeCommand.cs (1)
33
[JsonSerializable(typeof(Dictionary<string,
ResourceHealthReportJson
>))]
Commands\PsCommand.cs (2)
40
[JsonSerializable(typeof(
ResourceHealthReportJson
))]
43
[JsonSerializable(typeof(Dictionary<string,
ResourceHealthReportJson
>))]
Mcp\Tools\ListResourcesTool.cs (1)
19
[JsonSerializable(typeof(Dictionary<string,
ResourceHealthReportJson
>))]
src\Shared\Model\Serialization\ResourceJson.cs (1)
110
public Dictionary<string,
ResourceHealthReportJson
>? HealthReports { get; set; }