We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75249e5 commit b48176eCopy full SHA for b48176e
Src/CSharpier.MsBuild/build/CSharpier.MsBuild.targets
@@ -25,6 +25,8 @@
25
StdOutEncoding="utf-8"
26
StdErrEncoding="utf-8"
27
IgnoreExitCode="true"
28
+ IgnoreStandardErrorWarningFormat="true"
29
+ CustomErrorRegularExpression="^Error "
30
Command=""$(CSharpier_dotnet_Path)" exec "$(CSharpierDllPath)" $(CSharpierArgs) --no-msbuild-check --compilation-errors-as-warnings "$(MSBuildProjectDirectory)" > $(NullOutput) " />
31
</Target>
32
0 commit comments