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
So, it turns out doing this broke error output:
Since CSharpier now runs before compilation, when a unit fails to compile, the regular compilation target is not run.
This means the error messages that IDEs (including VSCode) can pick up are not emitted.
15061de#r126341275
We can probably just ignore the result of running csharpier, or output the result but still continue on.
The text was updated successfully, but these errors were encountered: