Skip to content

Simple Injector v3.0.5

Compare
Choose a tag to compare
@dotnetjunkie dotnetjunkie released this 03 Sep 18:33
· 1145 commits to master since this release

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 first

Simple Injector v.3.0.5 is a patch release that fixes two bugs in the core library and fixes the assembly version number of the SimpleInjector.Extensions.ExecutionContextScoping.dll.

Bug fixes / improvements:

  • Unconditional generic registration with type constraint could not be made when Container.Options.AllowOverridingRegistrations was set to true. (fixes #116)
  • Improved exception message that communicates that registrations of collections are separated from other registrations. (fixes #115)
  • AssemblyVersion and AssemblyFileVersion of SimpleInjector.Extensions.ExecutionContextScoping library was set to 2.4.0. (fixes #118)