This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Error message when preserveCompilationContext is not set is not helpful #4911
Closed
Description
Repro:
In project.json
in MvcSandbox
,
Remove "preserveCompilationContext": true
When the app is run, the below error is shown
Nothing here tells me that preserveCompilationContext
needs to be set.
Looks like this has been fixed in #4202 for RC2 but it has somehow regressed.