Using Scrutor 4.2.0 with Azure Functions seems to cause issues.
Error when running the function (locally and remotely):
"Microsoft.Azure.WebJobs.Script.WebHost: Registering implementation type FunctionApp1.BasicService is not assignable to service type FunctionApp1.IService."
When downgrading to version 4.1.0 this issue is resolved.
Repository for reproducing the issue: https://github.com/woodylaurence/ScrutorAzureFunctionsExample.
Using Scrutor 4.2.0 with Azure Functions seems to cause issues.
Error when running the function (locally and remotely):
"Microsoft.Azure.WebJobs.Script.WebHost: Registering implementation type FunctionApp1.BasicService is not assignable to service type FunctionApp1.IService."
When downgrading to version 4.1.0 this issue is resolved.
Repository for reproducing the issue: https://github.com/woodylaurence/ScrutorAzureFunctionsExample.