Hi I just went over the code and spotted a potential bug in LightInjectorScope.
the _scope isn't being used to resolve the instances, instead the injected _container is used, I dont't think the resolved instances are scoped correctly when the container is used in that way.