Simple Injector v5.0.4 Release Notes
Release Date: 2020-10-15 // over 4 years ago-
๐ฆ Simple Injector v5.0.4 is available through Nuget.
๐ When upgrading to v5.0, 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.0.x release.
๐ This patch release fixes three bugs:
- #850 Conditional registrations can now be made when
AllowOverridingRegistrations
is set to true - #836 Conditionally register instances of the same type can now be registered (thanks to @kwlin)
- ๐
#859 When calling
Lifestyle.Singleton.CreateRegistration
using aFunc<object>
delegate, C# overload resolution would cause the incorrectCreateRegistration
overload to be called.
- #850 Conditional registrations can now be made when