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.
Repro steps:
(1) Create a Starter Web App
(2) Turn off precompilation by deleting Compiler folder
(3) Create syntax error in Views/_GlobalImport.cshtml by @using a wrong namespace
(4) F5
The error message shows the error is in Index.cshtml, instead of _GlobalImport.cshtml:
The text was updated successfully, but these errors were encountered:
Repro steps:
(1) Create a Starter Web App
(2) Turn off precompilation by deleting
Compiler
folder(3) Create syntax error in
Views/_GlobalImport.cshtml
by@using
a wrong namespace(4) F5
The error message shows the error is in
Index.cshtml
, instead of_GlobalImport.cshtml
:The text was updated successfully, but these errors were encountered: