Bernhard Richter
Bernhard Richter
Hi @WonkySoft Could you come with a simple example/repro of what you are trying to do? 😊
Hi and thanks for reporting this. Looks to me that this is a bug related to `AsyncLocal` and/or `ExecutionContext` Tried to search for any evidence for memory issues https://twitter.com/davidfowl/status/1033964051607379968 https://github.com/aspnet/Home/issues/3249...
Appreciate it 👍
@stevenxi Did you manage to create a repro of this ? 😎
Could you provide a full sample of what you are trying to do? https://github.com/seesharper/LightInject/blob/master/contributing.md
It makes perfekt sense. Will look into this.
Good catch :) I am not sure if removing that optimization would get us out of the woods, but I will take a look at that as well. We are...
I think you would be best off by working around injecting runtime data into your services. In fact, that is one of the few things I actually regret implementing. I...
Create a minimal repro of this and put it up on GitHub and we will PR a solution there 👍
Could you produce a sample console application that shows what you are trying to do?