Skip to content

Releases: seesharper/LightInject.Microsoft.DependencyInjection

v2.0.8

22 Aug 12:56
8fbd101
Compare
Choose a tag to compare

Change Log

v2.0.8 (8/22/2018)

Full Changelog

Merged Pull Requests

Various fixes (8/22/2018) #28 (henrihs)

  • Dispose container when root scope is disposed
  • Pick service without a name as the default service

Closed Issues

  • IServiceCollection.Add... methods do not override previous default registration (8/2/2018) #25 (aportugalsky)
  • CreateServiceProvider extension does not inject services from IServiceCollection correctly (8/20/2018) #27 (jakubbloksa)

v2.0.7

26 Jun 19:15
2442567
Compare
Choose a tag to compare

Change Log

v2.0.7 (6/26/2018)

Full Changelog

Merged Pull Requests

Added support for ContainerOptions (6/26/2018) #24 (seesharper)

Adds support for passing ContainerOptions in the LightInjectServiceProviderFactory constructor.

v2.0.6

26 Jun 13:07
04d3a3d
Compare
Choose a tag to compare

Change Log

v2.0.6 (6/26/2018)

Full Changelog

Merged Pull Requests

fixes #19 (10/16/2017) #20 (seesharper)

This PR bumps the LightInject dependency to 5.1.0

Update/2.1 abstractions (6/26/2018) #23 (seesharper)

Update to Microsoft.Extensions.DependencyInjection.Abstractions version 2.1.0

Closed Issues

  • Transient registrations in ServiceCollection are mapped to PerRequestLifetime (6/26/2018) #13 (sashaozz)
  • Update LightInject dependency? (10/16/2017) #19 (zpqrtbnk)
  • InvalidOperationException: Unable to resolve service for type X with an ASP.NET Core Web Application (.NET Core 2.0) (2/22/2018) #21 (bounav)