get_di_registrations
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).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | ✓ | Type name to search for (simple or fully qualified) |
limit | int? | Maximum number of items to return (default: 200). Items are sorted by service name. |