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

latest releases: v5.4.5, v5.4.4, v5.4.3...
2 years 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.3.x release.

This patch fixes a caching bug in GetRegistration, which could cause a a call to GetRegistration or GetService to invalidly return null.

  • #909 A call to GetRegistration(Type) and GetRegistration<T>() would return null, even after that type was registered, when GetRegistration was called before that registration was made.
  • #909 A call to GetService(Type) would return null instead of the registered service, when a call to GetRegistration was made before the registration was made.

Don't miss a new SimpleInjector release

NewReleases is sending notifications on new releases.