aspnet / RazorTooling

Razor tooling for Visual Studio 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Views names are Case-Sensitive when precompiled but not at development time.

Bartmax opened this issue · comments

return View("MyView.cshtml")

with a file called Myview.cshtml will work with no problem on Windows in development.

it will fail on publish.

Maybe it would be good to enforce case-sensitive when loading views from disk ?