Skip to content

Simple Injector v3.0.4

Compare
Choose a tag to compare
@dotnetjunkie dotnetjunkie released this 31 Aug 19:47
· 1147 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.4 is a patch release that fixes 3 bugs in the core library.

Bug fixes:

  • Overriding a registration failed when done with same implementation, and registration of conditional non-generic registrations was accidentally allowed. (fixes #114)
  • ResolveUnregisteredType registrations didn't get cached. (fixes #113)