Autofac 2.5 is now available on the project site and via NuGet.
Included changes are:
- Issue 329 – types are filtered by compatibilty before invoking key mapping functions when scanning assemblies
- RegisterAssemblyTypes(…).WithMetadataFrom<T>() simplifies extraction of metadata from attribute properties
- Module.ThisAssembly simplifies implementation of modules that scan their own assembly
- Issue