get_generated_code
Inspect generated source code from .NET source generators. Filter results by file path or generator name to review code that compilers produce.
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 |