get_di_registrations
Scan IServiceCollection extension methods to find dependency injection registrations for a type. Returns sorted items with total count and truncation info.
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) |