VSCode .Net Core MVC reports problems but Project Builds and Runs just fine

540 views Asked by At

I have been using VSCode on OSX to develop a .Net Core Web MVC app. I can build and run the app using dotnet build cmd. No errors are reported when built. But today I opened VSCode and I am getting 100's of VSCode Problems reported by the C# extension. I can't figure out how to reset or solve this issue.

enter image description here

enter image description here

UPDATE: I created a new .Net Core MVC project using dotnet new mvc. I opened the project in vscode with no modifications. VSCode immediately showed the errors/problems. I opened this new project in VSCode on Windows. No errors. On VSCode OSX I removed the C# extension and the errors disappeared. I reinstalled the C# extension and the errors returned.

2

There are 2 answers

0
Mike Murphy On
0
Michele Bortot On

If you have just installed something try to restart your PC.