This release adds two small improvements to the
SimpleInjector.Extensions.dll. No changes have been made to the core library.
New features and improvements in this release for the SimpleInjector.Extensions.dll
- The RegisterManyForOpenGeneric extension methods now accept non-generic decorator, as long as they implement the given open generic service type.
- GetTypesToRegister methods added to the OpenGenericBatchRegistrationExtensions class which allows to customize the behavior. Note that these methods are a bit hidden, since they are no extension methods and will not show up as instance methods on the Container.