Simply Adding Entity Framework Core to a basic Azure function application results in an error
问题 It's very simple to describe: Create a new solution using the "Azure Functions" template from Visual Studio 2019 (16.4.1). Change the TargetFramework to ".NET Core 3.1". It will be created with Microsoft.NET.Sdk.Functions (1.0.29). Update it to the latest version (3.0.1). It will not work, because now we will need some other nuget packages: Microsoft.Azure.WebJobs.Core (3.0.14) Microsoft.Azure.WebJobs.Extensions.Http (3.0.2) At this moment, the application runs in the emulator. Just start the