Upgrading a Azure function app to 3.0.0-beta8 and

2019-08-23 03:09发布

问题:

before i updated the dlls Config is off type JobHostConfiguration, any suggestion how to work around this?

回答1:

I have created a nuget package for my solution which fixes the issue and also has the ability to use any IoC container: https://github.com/BorisWilhelms/azure-function-dependency-injection



回答2:

I fixed this issue by implementing the DI code like in this repo

https://github.com/ryanspletzer/DependencyInjectionAzureFunction