Autofac v5.2.0 Release Notes

Release Date: 2020-05-11 // almost 3 years ago
  • 🛠 Fixes:

    • #1108: OnActivating() and OnActivated() should now act more consistently with decorators than it previously did.
    • #1113: Lifetime scope discrepancies between different decorated implementations should no longer cause problems with IEnumerable<T> resolutions.

    Thanks to @VonOgre for a ton of great work on this one.