OmniSharp.MSBuild.ProjectManager Attempted to update project that is not loaded:

前端 未结 9 1596
离开以前
离开以前 2021-02-02 11:09

I started to develop Asp.net Core web API with the VS code. But when I typing the code Intellisense/Suggestions not working properly. I saw in some resource on the internet whil

9条回答
  •  醉话见心
    2021-02-02 11:49

    To solve this I did several things. First of all, I downgrade OmniSharp version by installing their beta version. download the .vsix file for that release to my machine. Used the following steps to install the .vsix into Visual Studio Code.

    1. Open Visual Studio Code and select View->Extensions from the menu to display the Extensions pane
    2. By clicking the ... at the top-right corner of the Extensions pane and select "Install from VSIX..." on the menu.
    3. Located the .vsix the file I downloaded and Opened it
    4. Then restart vs code

    But the problem still occurred, so then I downgraded the .Net core SDK v2.2.202 version to 2.1.202 and the problem is solved.

提交回复
热议问题