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
I have to add in project.json this:
"publishOptions": { "include": [ "wwwroot", "**/*.cshtml", "appsettings.json", "web.config" ] },