Autofac v5.1.3 Release Notes

Release Date: 2020-04-23 // about 4 years ago
  • Issues resolved:

    • #1089: Owned instances now allow for async disposal.
    • #1094: InstancePerOwned now works correctly with keyed registrations.
    • #1099: ACTNARS can now resolve generic types with abstract type arguments.
    • 🚀 #1102: Provided instances should now have OnRelease called when the container is disposed regardless of whether the instances themselves were resolved from the container.
    • #1107: The new() generic type constraint should now be correctly handled in open generic registrations.