Autofac v4.9.3 Release Notes

Release Date: 2019-07-23 // over 4 years ago
    • ๐Ÿ›  Fix #976 - Throw an exception if a lifetime scope is created with a duplicate tag
    • ๐Ÿ›  Fix #972 - Resolving services registered as open generics with generic constraints throws ComponentNotRegisteredException
    • ๐Ÿ›  Fix #999 - Support decoration of component returned from lambda expression and cast as interface
    • Faster RegisterAssemblyTypes by putting slow custom attribute check last