问题
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
来源:https://stackoverflow.com/questions/52150861/upgrading-a-azure-function-app-to-3-0-0-beta8-and-having-som-di-code-break-after