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

feat: add cataloger for NuGet packages #3484

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 27, 2024

  1. add cataloger for dotnet packages.lock.json files

    Signed-off-by: Kemosabert <[email protected]>
    Kemosabert committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4ba3e5e View commit details
    Browse the repository at this point in the history
  2. add entry for dotnet packages.lock files

    Signed-off-by: Kemosabert <[email protected]>
    Kemosabert committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    252523e View commit details
    Browse the repository at this point in the history
  3. add unit test for dotnet packages.lock cataloger

    Signed-off-by: Kemosabert <[email protected]>
    Kemosabert committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    dcbe1bf View commit details
    Browse the repository at this point in the history
  4. add test for faulty packages.lock.json file

    Signed-off-by: Kemosabert <[email protected]>
    Kemosabert committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    39e374f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. add missing name metadata

    Signed-off-by: Kemosabert <[email protected]>
    Kemosabert committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    bf60621 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. ensure package appears with version

    Signed-off-by: Kemosabert <[email protected]>
    Kemosabert committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    17d1cfe View commit details
    Browse the repository at this point in the history
  2. add example of conflicting dependencies

    Signed-off-by: Kemosabert <[email protected]>
    Kemosabert committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    c54a4e1 View commit details
    Browse the repository at this point in the history