Skip to content

Simple Injector v4.8.1

Choose a tag to compare

@dotnetjunkie dotnetjunkie released this 30 Nov 11:43
· 1 commit to v4.8.x since this release

Release Notes

Simple Injector can be downloaded using NuGet.

Bug fixes

Simple Injector core library

  • #755 Improved a confusing Lifestyle Mismatch warning that went of when injecting a List<T> or array a Singleton.
  • #769 Fixed a false-positive Torn Lifestyle warning when using the forwarded collection registrations.