I'm creating a new Azure Function V1 app which references EntityFramework V6.4.4. The solution won't build when I update the Microsoft.Net.Sdk.Functions package to 3.0.10 or 3.0.11. It does not throw an error, it's just stuck in the build process and I have to kill it in Task Manager because cancelling the build in Visual Studio doesn't work.
I've tried this in multiple new projects so it's very easy to reproduce:
Create new Azure Function V1 on a Service Bus Topic Trigger
Update the Microsoft.Net.Sdk.Functions package to 3.0.10 or 3.0.11
Add EntityFramework 6.4.4
Build the project, it will get stuck during the build and cancelling won't work
I'm using Visual Studio 2019 Version 16.8.2. Downgrading the Microsoft.Net.Sdk.Functions to 3.0.9 is a workaround for this problem.
I've found this also can/will cause an Azure DevOps pipeline to run for another before being killed on a work project, and similar issues at home on personal if using the wrong/latest versions.
I'm creating a new Azure Function V1 app which references EntityFramework V6.4.4. The solution won't build when I update the Microsoft.Net.Sdk.Functions package to 3.0.10 or 3.0.11. It does not throw an error, it's just stuck in the build process and I have to kill it in Task Manager because cancelling the build in Visual Studio doesn't work.
I've tried this in multiple new projects so it's very easy to reproduce:
I'm using Visual Studio 2019 Version 16.8.2. Downgrading the Microsoft.Net.Sdk.Functions to 3.0.9 is a workaround for this problem.