github simpleinjector/SimpleInjector v3.1.3
Simple Injector v3.1.3

latest releases: v5.4.4, v5.4.3, v5.4.2...
8 years ago

Release Notes

If you're upgrading from v2.x, please make sure you upgrade your application to the latest 2.8.x version of Simple Injector first. Please read the v3.0 release notes before upgrading to v3.x.

Simple Injector v.3.1.3 is a patch release that contains several small improvements and bug fixes to both the core library and some of the integration libraries.

Fixes and improvements for the SimpleInjector.dll

  • Conditional registration for closed-generic types replaced earlier registrations instead of being appended. (fixes #186)
  • Mixing conditional and unconditional registrations for same closed-generic type did not fail at registration time. (fixes #217)
  • Registration of conditional closed-generic types prevented when container allows overriding registrations. (fixes #216)
  • Improved exception message when resolving unregistered collections. (fixes #204)
  • URL to documentation added to "container can't be changed" exception message. (fixes #177)

Fixes and improvements for the SimpleInjector.Integration.Wcf.dll

  • WCF integration failed to create WCF services marked with InstanceContextMode.Single. (fixes #197)

Fixes and improvements for the SimpleInjector.Integration.Web.dll

  • SimpleInjector.Integration.Web NuGet package now references the Microsoft.Web.Infrastructure NuGet package instead of the Microsoft.Web.Infrastructure.dll from the GAC. (fixes #170)

Don't miss a new SimpleInjector release

NewReleases is sending notifications on new releases.