1 instantiation of ResourceHealthReportJson
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
57
.Select(h => new
ResourceHealthReportJson
3 references to ResourceHealthReportJson
aspire (3)
Commands\ResourcesCommand.cs (1)
33
[JsonSerializable(typeof(
ResourceHealthReportJson
))]
Mcp\Tools\ListResourcesTool.cs (1)
19
[JsonSerializable(typeof(
ResourceHealthReportJson
))]
src\Shared\Model\Serialization\ResourceJson.cs (1)
97
public
ResourceHealthReportJson
[]? HealthReports { get; set; }