v4.7.1
Issues addressed in this release:
- #567:
AutoActivate
andIStartable
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()
andAsImplementedInterfaces()
incorrectly ignored custom constructor finders (FindConstructorsWith()
).