aspnet / Razor

[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
883 stars 226 forks source link

Show Razor build errors in non build server scenarios #2737

Closed ajaybhargavb closed 5 years ago

ajaybhargavb commented 5 years ago

Without this, errors are not displayed in the console when build server isn't used.

Fixes https://github.com/aspnet/Razor/issues/2733