Skip to content

Simple Injector v4.6.2

Compare
Choose a tag to compare
@dotnetjunkie dotnetjunkie released this 27 Jul 19:12

Release Notes

Simple Injector can be downloaded using NuGet.

Improvements

Simple Injector core library

  • #731 ThreadAbortExceptions could cause the Container's internal state to get corrupt.
  • #732 Diagnostic Analyzers did not respect container.Options.UseFullyQualifiedTypeNames
  • #719 Improved "The supplied list of types contains one or multiple open-generic types, but this method is unable to handle open-generic types" exception message
  • #720 Improved XML documentation on Container.Collection.Append overloads.