Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
96 stars 65 forks source link

An assembly specified in the application dependencies manifest (FunctionApp.deps.json) was not found #463

Closed ChristianSnijderAmbusuite closed 2 years ago

ChristianSnijderAmbusuite commented 4 years ago

Good day!

I upgraded my AF project to v3 by creating a clean solution with EntityFrameworkCore and no matter what I try (from all the comparable previous Issues I could find) my problem does not get solved. All migration actions (Initial/ Add/ Scaffold) result into:

Build started... Build succeeded. An assembly specified in the application dependencies manifest (FunctionApp.deps.json) was not found: package: 'FunctionApp', version: '1.0.0' path: 'FunctionApp.dll'

I made a POC solution with just 1 project. I tried everything I could find from other posts:

Azure Functions Core Tools (3.0.2798) EntityFrameworkCore (Tools/ Design all 3.1.7) Sdk.Functions (3.0.7)

FunctionApp.zip