get_di_registrations
Find all DI registrations of a type by scanning IServiceCollection extension methods. Returns registrations sorted by service name, with total count and truncation support.
Instructions
Scan IServiceCollection extension methods for DI registrations of a type. Returns an envelope with items sorted by service name, totalCount, truncated, and limit (default 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 200). Items are sorted by service name. | |
| symbol | Yes | Type name to search for (simple or fully qualified) |