phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
103 stars 11 forks source link

Hidden error messages for dotnet lockfile generator #1425

Closed kylewillmon closed 4 months ago

kylewillmon commented 4 months ago

The lockfile generators capture and return stderr from the ecosystem tool when an error occurs. Unfortunately, dotnet prints error messages to stdout...

Because of this, we need to return (or redirect) stdout for dotnet (at a minimum) so that users can see the appropriate message when an error occurs.