Hello everyone:)
As it took me some time to find out what’s the problem with my VSC unwilling to work with C# Extension, I thought I would share my findings with you
First I had to download SDK Net Core for Visual Studio. However, I kept receiving the below notification:
“[fail]: OmniSharp.MSBuild.ProjectManager
Attempted to update project that is not loaded”.
For this I had to do the following:
- In the VSC menu, go into File > Preferences > Settings
- In the Search Setting field, type
omnisharp.path
- Click on Edit in settings.json and put a comma behind the last entry and add the line: “omnisharp.path”: “latest”
- Use CTRL+S to save the changes
I was also required to install Mono and NET Framework for all the remaining warnings and errors to disappear.
It was an additional lesson
Hope it helps!