Bernhard Richter

Results 179 comments of Bernhard Richter
trafficstars

Hi @kemsky The reason that LightInject disables the "current scope" is because the default DI provider does not support this either. Instead it relies on passing the scope rather than...

Hi again @kemsky . I understand your concern about moving all the way to net6, but I would at least recommend that you move to netcoreapp3.1. Then you can go...

Hi @stefankip Could you come up with a super simple repro on this?

Hi @alandraper I am just wondering why `IServiceRegistry.AvailableServices` wouldn't be sufficient here? 😀

I'm just trying to understand this example https://www.newtonsoft.com/json/help/html/DeserializeWithDependencyInjection.htm What is actually going on here. Do you have a simpler example of what you are trying to do? Some of the...

That is not your fault. It is caused by code being added prior to your PR. I will review your PR ASAP :) On Mon, Feb 6, 2017 at 10:57...

So it works when using the factory?