Skip to content

v5.1.3

Compare
Choose a tag to compare
@tillig tillig released this 23 Apr 14:45
· 700 commits to develop since this release

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.