You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Since razor precompilation will be on by default on the publish stage, more people will be affected by this.*
The issue I see here is that people developing on windows will hit this at runtime on production while errors will be silent at development time.
I'm ok with being careful (casing and relative paths) or to need an extra step of publish locally to test everything is working as expected. being said that, any tool/step that can improve the experience will be very appreciated.
*this = casing differences that result in precompiled lookups to fail.
The text was updated successfully, but these errors were encountered:
Presumably this is less likely to happen now that we've removed case sensitivity as part of addressing aspnet/MvcPrecompilation#37. We can re-open this if users discover other scenarios where this is problematic.
Copied from #4426 (comment)
Since razor precompilation will be on by default on the publish stage, more people will be affected by this.*
The issue I see here is that people developing on windows will hit this at runtime on production while errors will be silent at development time.
I'm ok with being careful (casing and relative paths) or to need an extra step of publish locally to test everything is working as expected. being said that, any tool/step that can improve the experience will be very appreciated.
*this = casing differences that result in precompiled lookups to fail.
The text was updated successfully, but these errors were encountered: