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
Azure Functions V2 has its own mechanism of DI that allows constructor/property injection. If i use this extension I'm able to use the Autofac DI features, and I'm able to do method injection, but it appears that property/constructor injection stops working.
Is possible to have the better of "the two worlds"?
The text was updated successfully, but these errors were encountered:
Azure Functions V2 has its own mechanism of DI that allows constructor/property injection. If i use this extension I'm able to use the Autofac DI features, and I'm able to do method injection, but it appears that property/constructor injection stops working.
Is possible to have the better of "the two worlds"?
The text was updated successfully, but these errors were encountered: