Skip to content

v6.2.0

Compare
Choose a tag to compare
@tillig tillig released this 21 Apr 19:34
· 329 commits to develop since this release

Resolved issues / PRs:

  • #215: You can now use RegisterAssemblyOpenGenericTypes to do assembly scanning and register open generics! (#1232 / #1246)
  • #1211: Added ConfigurePipeline to IComponentRegistration 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 in OnActivated usage; we now flush the ConcurrentBag of registrations on disposal of a lifetime scope (#1257)