Autofac v4.9.2 Release Notes

Release Date: 2019-03-24 // about 5 years ago
    • ⬇️ Reduce the verbosity of activator exception messages; reverts #343.
    • 👍 Resolved #932: Added serialization constructor to DependencyResolutionException for supported framework targets.
    • 🛠 Fixed an issue where a decorator was only applied if the decorator interface was the first service assigned to the registration. Found while investigating #963.
    • Resolved #965: Do not apply the decorator if already applied, or if the registration is for an adapter.