ERNICommunity / AgentMulder

Agent Mulder plugin for ReSharper provides navigation to and finding usages of types registered or resolved via Dependency Injection (DI) containers.
http://hmemcpy.github.io/AgentMulder/
MIT License
31 stars 11 forks source link

Add support for Autofac delegate factories #16

Open pavolbelusko opened 7 years ago

pavolbelusko commented 7 years ago

http://docs.autofac.org/en/latest/advanced/delegate-factories.html

mareklinka commented 7 years ago

While at it, we could also add support for recognizing Autofac patterns of Lazy<Service>, Func<Service>, and Owned<Service> (and combinations thereof).