get_generated_code
Inspect generated code from .NET source generators. Filter by file path or generator name, set a limit, and get sorted items by project with total count and truncation info.
Instructions
Inspect generated source code from source generators. Returns an envelope with items sorted by project then file path, totalCount, truncated, and limit (default 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File path (or partial match) to filter by | |
| limit | No | Maximum number of items to return (default: 200). Items are sorted by project, then file path. | |
| generator | No | Generator name to filter by |