DEV Community

Discussion on: Lazy Dependency Injection for .NET

Collapse
 
cmendibl3 profile image
Carlos Mendible

Dear devs, if you want to test LazyProxy with the default ServiceProvider I just pushed the extension methods and tests here: github.com/cmendible/lazy-proxy-se....

@hypercodeplace how would you feel about adding it to the official repos?

Collapse
 
hypercodeplace profile image
Aleksei Ananev

Hi Carlos,

Thank you for your contribution!

I have looked through the repository and definitely liked it. And I'm happy to add this to the official repos.

Also please look at a pull request with some improvements.

Collapse
 
cmendibl3 profile image
Carlos Mendible

Hi Aleksei, I just merged the PR! Thanks!

Thread Thread
 
hypercodeplace profile image
Aleksei Ananev

Hi @cmendibl3 ,
Here is the article about LazyProxy.ServiceProvider: dev.to/hypercodeplace/lazy-depende...
Please let me know if something needs improvement.
Thanks.