Simple Injector v5.0.3 Release Notes

Release Date: 2020-08-22 // over 3 years ago
  • 📦 Simple Injector v5.0.3 is available through Nuget.

    ⬆️ Before you upgrade to v5.0, please make sure you upgrade your application to the latest 4.x version of Simple Injector first.

    🚀 This patch release improves reporting of duplicate registrations during Auto-Registration in case the same assembly is (accidentally) loaded twice (while the runtime considers them separate assemblies). Simple Injector will now report (through an exception message) that the assembly is loaded more than once and it describes how to solve this problem.