github simpleinjector/SimpleInjector v5.4.3
Simple Injector v5.4.3

latest releases: v5.4.5, v5.4.4
4 months ago

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).

Don't miss a new SimpleInjector release

NewReleases is sending notifications on new releases.