Skip to content

v4.7.1

Compare
Choose a tag to compare
@tillig tillig released this 17 Apr 17:32
· 1063 commits to develop since this release

Issues addressed in this release:

  • #567: AutoActivate and IStartable now correctly get run if added to child lifetime scope registrations.
  • #897: Assembly scanning registrations now properly ignore internal and private nested classes - only public classes will be found when scanning.
  • #907: Fixed issue where AsSelf() and AsImplementedInterfaces() incorrectly ignored custom constructor finders (FindConstructorsWith()).