You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, a proxy can be injected instead of the original object and while calling a method on the interface, so the proxy can resolve that dependency and invoke the method.
In a short term, I can't say it'll be included or not. It's not the main goal of this library. But It would be awesome.
I'm thinking about cleaner implementation. That library can be replaceable and it shouldn't be a dependency of the main project. I'm gonna create an extension named DotNurse.Injector.LazyProxy
Some problems like a Circular Dependency maybe solved by this lib.
https://github.com/cmendible/lazy-proxy-serviceprovider
Is possible support with this lib?
The text was updated successfully, but these errors were encountered: