Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 364 Bytes

File metadata and controls

10 lines (10 loc) · 364 Bytes

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>