Autofac v4.7.1 Release Notes

Release Date: 2018-04-17 // about 6 years ago
  • ๐Ÿš€ 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()).