Results 1 issues of Andreas Lampe

The LightInjectServiceProvider shows a different bahvior than the Microsoft.Extensions.DependencyInjection.ServiceProvider regarding resolving IServiceProvider. I've created a test case which hopefully clarifies the desired behavior: ``` using System; using LightInject; using LightInject.Microsoft.DependencyInjection;...