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 was archived by the owner on Dec 19, 2018. It is now read-only.
dotnet build /p:UseRazorBuildServer=false
Expected:
Shows parser diagnostics
Actual:
A failure exit code without any parser diagnostics.
The bug's here: https://github.com/aspnet/Razor/blob/master/src/Microsoft.AspNetCore.Razor.Tools/Program.cs#L44-L47. In the Server equivalent, the command returns the output to the caller which is printed to the output. This is missing in the standalone case.
The text was updated successfully, but these errors were encountered: