Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with all-lowercase _viewimports.cshtml files in Razor #99

Open
daveaglick opened this issue May 7, 2020 · 0 comments
Open

Deal with all-lowercase _viewimports.cshtml files in Razor #99

daveaglick opened this issue May 7, 2020 · 0 comments
Labels
General Enhancement New feature or request

Comments

@daveaglick
Copy link
Member

They work under Windows but not under Linux because the Razor engine is case-sensitive. Since Razor goes out to the file system directly for these, we can’t “fake” the name internally. The best option is probably to warn (or throw) if we find one with the wrong case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Enhancement New feature or request
Development

No branches or pull requests

1 participant