Could not load file or assembly 'Microsoft.CodeAnalysis, version= 1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc

前端 未结 16 1364
死守一世寂寞
死守一世寂寞 2020-11-29 05:18

An update occurred last night and now I find myself unable to do a ctrl + \'.\' for code suggestions in VS 2015. An error message comes up saying the following:

16条回答
  •  自闭症患者
    2020-11-29 05:40

    I found the missing assemblies in the NuGet package (After the first one was resolved there were mulitple otheres): https://www.nuget.org/packages/Microsoft.Net.Compilers/1.3.1-rc

    Installed them using GacUtil from the Dev console.

提交回复
热议问题