Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net 7.0.200 and before are not fully supported #7

Open
tonycknight opened this issue Dec 31, 2023 · 0 comments
Open

.Net 7.0.200 and before are not fully supported #7

tonycknight opened this issue Dec 31, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tonycknight
Copy link
Owner

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

  1. Add a global.json file, pinning the SDK to a version prior to 7.0.200.
  2. Run pkgchk
  3. 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
@tonycknight tonycknight added the bug Something isn't working label Dec 31, 2023
@tonycknight tonycknight self-assigned this Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant