LightInject v6.3.5 Release Notes

Release Date: 2020-09-23 // over 3 years ago
  • ๐Ÿ”„ Change Log

    ๐Ÿ‘€ v6.3.5 (9/23/2020)

    ๐Ÿ‘€ Full Changelog

    ๐Ÿ”€ Merged Pull Requests

    ๐Ÿ‘€ Corrected order of parameters (6/30/2020) #533 (Illedan)

    ๐Ÿ›  Fixes a simple typo in the Readme.
    ๐Ÿ›  Fix code styles in readme (8/20/2020) #536 (rstm-sf)

    Hello!

    ๐Ÿ›  Fix code highlighting in this

    ๐Ÿ›  Also, whitespace and long method parameters were fixed to make it more readable
    ๐Ÿ‘€ Non-closing singleton lifetime (9/17/2020) #540 (seesharper)

    ๐Ÿšš This PR removes the last pieces that actually closes over a scope.

    ๐Ÿšš Also moved to Coverlet.Collections instead of Coverlet.MsBuild for code coverage
    ๐Ÿ›  Bugfix release notes (9/18/2020) #541 (seesharper)

    ๐Ÿ‘ Allow passing a composition root instance to RegisterFrom (9/22/2020) #542 (seesharper)

    ๐Ÿ‘ This PR adds support for passing an composition root instance to RegisterFrom
    ๐Ÿ”‹ Feature override extensions (9/22/2020) #543 (seesharper)

    This PR adds a couple over Override overloads that makes it easier to register service overrides.
    โœ‚ Removed explicit 2.1 install in build script (9/23/2020) #544 (seesharper)

    ๐Ÿ— Skip explicit .Net Core 2.1 install in build script

    Closed Issues

    • โœ‚ Remove dependency on System.ValueTuple NuGet package when targeting .Net 4.7 (6/18/2020) #447 (vlardn)
    • ๐Ÿ‘€ Is Register with PerContainerLifetime the same as RegisterInstance (8/3/2020) #534 (githugt)
    • ๐Ÿ‘€ Integration with Godot Engine (8/17/2020) #535 (ksvslk)