Hi @ismcagdas,
Thanks for the response.
Unfortunately, I don't think that will work us. It looks like I would need to inject IServiceProvider into dependencies, which would be the Service Locator pattern. I consider that pattern to be an anti-pattern.
I was under the impression that MsScopedLifestyleManager would work for ASP.NET Core, but If I look at the source code it seems that there is no active / current scope.
I will investigate if I can implement a custom lifestyle manager based on HttpContext.
Regards, Justin
Hi,
Can I please get some feedback on this?
Thank you