LightInject v5.5.0 Release Notes

Release Date: 2019-05-16 // almost 5 years ago
  • ๐Ÿ”„ Change Log

    ๐Ÿ‘€ v5.5.0 (5/16/2019)

    ๐Ÿ‘€ Full Changelog

    ๐Ÿ”€ Merged Pull Requests

    โœ‚ Remove childscope test (5/15/2019) #486 (seesharper)

    ๐Ÿ‘ป We used to throw an exception when a parent scope was disposed before all child scopes were disposed. This turns out to be a problem in AspNet Core specially when using HttpClientFactory.
    This check has been in LightInject since the beginning, but there is no danger in removing this check as long as all scoped are eventually disposed.
    โฌ†๏ธ Bumped to version 5.5.0 (5/16/2019) #487 (seesharper)

    Closed Issues

    • ๐Ÿ‘€ Custom Dependensies selectors (2/4/2019) #473 (AlexandrSitdikov)
    • ๐Ÿ‘€ Resolve dependencies requiring an implementation created by a parameter factory (3/2/2019) #477 (BrutalSimplicity)
    • ๐Ÿ‘€ ASP.Net Core PerLogicalCallContextScopeManagerProvider Thread Safety (5/2/2019) #483 (AlexFlat)
    • ๐Ÿ‘€ Conditional constructor parameter injection (5/7/2019) #484 (bounav)