Extended.Microsoft.Extensions.DependencyInjection Some extensions method for ServiceCollection, that not include in official Microsoft.Extensions.DependencyInjection package. Add all types iherited of T type and registered as is. AddAllTypesInheritedOf<T> Add all types iherited of T type and registered as T type. AddAllTypesLike<T>