Mark razor compilation issue as resolved in preview2 (#3733)

This commit is contained in:
Pranav K 2019-11-04 09:05:37 -05:00 committed by Vivek Mishra
parent 25e1c4fa39
commit 8c4075ba2a

View file

@ -12,7 +12,7 @@ Visual Studio 16.4 Preview 2 may uninstall .NET Core 3.0 when installed the .NET
### Preview1
* **Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation package is missing MSBuild targets to correctly enable runtime compilation**
* **[RESOLVED] Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation package is missing MSBuild targets to correctly enable runtime compilation**
Due to an package authoring error, the `Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation` is missing build targets that are required to for runtime compilation to work.
Users of this package will see errors along the lines of `"System.InvalidOperationException: Cannot find reference assembly '...' file for package '...'*`
@ -28,6 +28,7 @@ To resolve this issue, add the following contents to the your project file:
<AddCshtmlFilesToDotNetWatchList>false</AddCshtmlFilesToDotNetWatchList>
</PropertyGroup>
```
This issue has been resolved in 3.1 Preview 2.