v5.1.3
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.