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
Describe the bug
.Net SDK 7.0.200 introduced the capability to output results via JSON, in addition to plain text console output.
Therefore, scanning any project, where the effective SDK is before 7.0.200 will result in error.
To Reproduce
Add a global.json file, pinning the SDK to a version prior to 7.0.200.
Run pkgchk
Run fails with Unrecognized command or argument --format
Expected behavior
Standard pkgchk outputs.
Desktop / CI (please complete the following information):
OS: Ubuntu/Windows
.Net sdk Version: prior to 7.0.200
The text was updated successfully, but these errors were encountered:
Describe the bug
.Net SDK 7.0.200 introduced the capability to output results via JSON, in addition to plain text console output.
Therefore, scanning any project, where the effective SDK is before 7.0.200 will result in error.
To Reproduce
global.json
file, pinning the SDK to a version prior to 7.0.200.pkgchk
Unrecognized command or argument --format
Expected behavior
Standard
pkgchk
outputs.Desktop / CI (please complete the following information):
The text was updated successfully, but these errors were encountered: