NuGetPackageExplorer / NuGetPackageExplorer

Create, update and deploy Nuget Packages with a GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: CLI To differentiate between different failures

tbutler-qontigo opened this issue · comments

Hi

At the moment the CLI validator either reports a 0 (success) or fail (1) exit code meaning at least one of the three checks - Source Link, Deterministic, Compiler Flags - has failed.

It may be that you want to differentiate between the failures, so different exit codes would be useful.
Alternatively, provide the ability to specify which of the checks should be run.

As an example determinisim may be a nice to have rather than manadatory.

thanks