I\'m trying to create a ASP.NET Core MVC test app running on OSX using VS Code. I\'m getting a \'view not found\' exception when accessing the default Home/index (or any oth
Check your .csproj file. Make sure your file(s) are not listed like:
If it is listed like above, remove the ones you need. Sometimes, that happens when we do right click and change build setting to Compile.