Skip to content

Simple Injector v5.4.3

Compare
Choose a tag to compare
@dotnetjunkie dotnetjunkie released this 13 Dec 21:47
· 12 commits to v5.4.x since this release

This release is available through Nuget.

When upgrading from v4.x, please make sure you upgrade your application to the latest v4.x version of Simple Injector first. After that upgrade directly to the latest v5.4.x release.

Fixes in this release:

  • #985 Improved performance when making many registrations for the same generic service type. Registration time was exponential and the time required to make a single registration increased with the number of registrations for that same generic service type. This improvement makes the time it takes to make the registration always as fast. From O(n) performance characteristic, we're now back to O(1).