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
In my case, the build action was somehow changed to Embedded resource which is not included in published files.
Changing Embedded resource to Content resolves my issue.
Embedded resource
Content