DEV Community

John Smith
John Smith

Posted on • Originally published at solrevdev.com on

Homebrew Mono Breaks Omnisharp

So today, I raised a GitHub issue because after I had opened the result of dotnet new mvc in VSCode the problems window would have approximately 120 issues and the code editor window would be full of red squiggles.


I was running the very latest version of dotnetcore


And the very latest version of VSCode


I had not changed anything in the .csproj file. It was fresh from running dotnet new mvc from the terminal.


So, I raised an issue over on GitHub.

github-issue-3477.png


Big thanks to the rapid response and answer from @filipw, who discovered that it was the homebrew cellar version of mono that was the issue and that intstalling the stable version of mono was the fix.


Success 🎉

Top comments (0)