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

Filter to hide/ignore some redundent dependencies #10

Open
ransagy opened this issue Feb 15, 2021 · 1 comment
Open

Filter to hide/ignore some redundent dependencies #10

ransagy opened this issue Feb 15, 2021 · 1 comment
Labels
feature request New feature or request

Comments

@ransagy
Copy link

ransagy commented Feb 15, 2021

Is your feature request related to a problem? Please describe.
Trying to generate a tree for a set of large solutions, It can get to over 2mil lines of json mostly due to System.* and Microsoft.* dependency graphs. Those are really redundent most of the time, So it would be nice to have some kind of a filter to remove that noise out of the way.

Describe the solution you'd like to see
A filter argument, possibly regex or just a wildcard is enough as a start, that will determine where to "cut off" the dependency tree at. I.e., --ignore System.*|Microsoft.* will let me denoise my generated tree by orders of magnitude, i think.

Describe alternatives you've considered
None, Save writing a wrapper around the results and removing those sub-tree myself, But that seemed pointless.

@ransagy ransagy added the feature request New feature or request label Feb 15, 2021
@eyalbe4
Copy link

eyalbe4 commented Feb 15, 2021

Thanks for raising this requirement @ransagy!
We would gladly accept a pull request which adds this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants