simpleinjector / SimpleInjector

An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
https://simpleinjector.org
MIT License
1.22k stars 152 forks source link

Add Container.GetTypesToRegister<T>(IEnumerable<Assembly>, TypesToRegisterOptions) overload. #897

Closed dotnetjunkie closed 3 years ago

dotnetjunkie commented 3 years ago

The exists a Container.GetTypesToRegister(Type, IEnumerable<Assembly>, TypesToRegisterOptions) overload, but a convenient Container.GetTypesToRegister<T>(IEnumerable<Assembly>, TypesToRegisterOptions) is missing.

dotnetjunkie commented 3 years ago

feature-897 branch created.