This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Description
In my projects, modules are dynamically loaded at runtime, and I need to turn off PrecompiledViews by adding
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<PreserveCompilationContext>false</PreserveCompilationContext>
I worked fine, but after upgrading to 2.0 RTM. I got the following error
Severity Code Description Project File Line Suppression State
Error The command ""dotnet" exec --runtimeconfig "C:\WebApplication15\bin\Release\netcoreapp2.0\WebApplication15.deps.json" "C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.viewcompilation\2.0.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.dll" @"obj\Release\netcoreapp2.0\microsoft.aspnetcore.mvc.razor.viewcompilation.rsp"" exited with code 1. WebApplication15 0