Releases: seesharper/LightInject.Microsoft.DependencyInjection
Releases · seesharper/LightInject.Microsoft.DependencyInjection
v2.1.0
Change Log
v2.1.0 (10/31/2018)
Full Changelog
Merged Pull Requests
Added support for providing a container instance (10/31/2018) #33 (seesharper)
Closed Issues
- Lightinject and Serilog on aspnetcore 2.1 crashes (8/28/2018) #30 (danyhoron)
- The version 2.0.8 throw System.InvalidOperationException with identityServer4 (9/19/2018) #32 (dyesseyumba)
v2.0.8
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
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
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)