Skip to main content

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

ParameterTypeRequiredDescription
symbolstringType name to search for (simple or fully qualified)
limitint?Maximum number of items to return (default: 200). Items are sorted by service name.