LightInject v6.4.0 Release Notes

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

    ๐Ÿ‘€ v6.4.0 (10/19/2020)

    ๐Ÿ‘€ Full Changelog

    ๐Ÿ”€ Merged Pull Requests

    ๐Ÿ›  Bugfix/initializer (10/19/2020) #547 (seesharper)

    ๐Ÿ›  This PR fixes a potential bug where we didn't pass the current scope to the Initialize method.
    Also added a new Initialize overload that filters initialization by the TService generic argument.


Previous changes from v6.3.6

  • ๐Ÿ”„ Change Log

    ๐Ÿ‘€ v6.3.6 (10/16/2020)

    ๐Ÿ‘€ Full Changelog

    ๐Ÿ”€ Merged Pull Requests

    ๐Ÿ›  Bugfix/execute override only once (10/16/2020) #546 (seesharper)

    This PR ensures that service overrides are executed only once. This is really important since we can choose to alter the lifetime of a registration.