3 references to MapToResourceJsonList
aspire (3)
Commands\DescribeCommand.cs (1)
215var resourceList = ResourceSnapshotMapper.MapToResourceJsonList(snapshots, dashboardBaseUrl, includeDisabledCommands: includeDisabledCommands);
Commands\ExportCommand.cs (1)
233var resourceJsonList = ResourceSnapshotMapper.MapToResourceJsonList(snapshots);
Mcp\Tools\ListResourcesTool.cs (1)
94var resources = ResourceSnapshotMapper.MapToResourceJsonList(snapshots, dashboardBaseUrl, includeEnvironmentVariableValues: false);