1

I am using the latest Microsoft.NET.Sdk.Functions 3.0.7. After installing Microsoft.AspNetCore.Authentication.Facebook FunctionsStartup doesn't execute causing DI failure. Not sure if this is related to the sdk update or the fb nuget, but if I uninstall the fb nuget FunctionsStartup works fine again.

doorman
  • 15,707
  • 22
  • 80
  • 145

1 Answers1

0

In case someone is getting this error, here is a possible solution:

Azure Functions: host error has occurred during startup operation Could not load file

doorman
  • 15,707
  • 22
  • 80
  • 145