Simple Injector v4.6.2 Release Notes

Release Date: 2019-07-27 // over 4 years ago
  • ๐Ÿš€ 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.