This patch release fixes fixes a small bug and contains a small performance improvement.
Improvements and internal changes for the SimpleInjector.dll
- ResolveUnregisteredType event was triggered more often than needed, which had a negative impact on performance.
Bug fixes for the SimpleInjector.dll
- Use of ResolveUnregisteredType event (which is primarily consumed by the RegisterOpenGeneric extension methods) could lead to incorrect 'Single Responsibility Violation' warnings in the Debugger Diagnostic view. (work item 19670)