Durable Azure function binding types not registered when using dependency injection
问题 I created a standard durable function based from visual studio "Add new function" to project. This works fine out of the box. Then I followed the steps here: https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection to add dependency injection. Adding Microsoft.Extensions.http. This breaks the function and I get error: [03-Mar-20 14:58:18] The 'test' function is in error: The binding type(s) 'orchestrationTrigger' are not registered. Please ensure the type