Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
95 stars 64 forks source link

Could not load file or assembly 'microsoft.codeanalysis' Azure Functions #522

Open Json2CSharp opened 3 years ago

Json2CSharp commented 3 years ago

Using Azure Function SDK version 3.0.13 (latest), i added a reference to a project that's using microsoft.codeanalysis

however it's throwing the error in the title,

I had to downgrade azure functions sdk to 3.0.3 for it to work