azure-function-dependency-injection
azure-function-dependency-injection copied to clipboard
Unable to do constructor/property injection on a non static azure function
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"?