falanx icon indicating copy to clipboard operation
falanx copied to clipboard

Poor error message

Open vasily-kirichenko opened this issue 6 years ago • 2 comments

If the tool fails, the error message does not contain any tips what went wrong:

Falanx.Sdk.targets(70, 5): [MSB3073] The command "dotnet "..\packages\falanx.sdk\0.5.0\build../tools/netcoreapp2.1/any/falanx.dll" --inputfile "..1.proto" --outputfile "..\1.proto.fs" --defaultnamespace "Foo" --serializer binary" exited with code 1.

vasily-kirichenko avatar Mar 26 '19 08:03 vasily-kirichenko

Is this via running the cli tool or the msbuild integration?

7sharp9 avatar Mar 26 '19 14:03 7sharp9

ms build. Maybe the ms build task could capture the std out and add it to the error?

vasily-kirichenko avatar Mar 26 '19 15:03 vasily-kirichenko