v6.2.0
Resolved issues / PRs:
- #215: You can now use
RegisterAssemblyOpenGenericTypes
to do assembly scanning and register open generics! (#1232 / #1246) - #1211: Added
ConfigurePipeline
toIComponentRegistration
to allow easier registration pipeline modification (related to #1211) - #1238: Static and constructors are no longer considered for reflection (#1239)
- #1252: Behavior of
ConcurrentBag
on different platforms resulted in a memory leak inOnActivated
usage; we now flush theConcurrentBag
of registrations on disposal of a lifetime scope (#1257)