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

Introduce toggle button in Dependency Graph to toggle component scope #3416

Open
2 tasks done
thompson-tomo opened this issue Jan 28, 2024 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@thompson-tomo
Copy link

Current Behavior

Within my projects i have a number of development only dependencies and these are polluting my components and can result in un-ncessary false flags for vulnerabilites etc. For Instance adding Microsoft.VisualStudio.Web.CodeGeneration.Design as a development time dependency is adding nearly 70 dependencies, 50 of which are humanizer. I currently do not have a way to filter those dev dependencies out.

Proposed Behavior

I wish for there to be a toggle button in the Dependency graph screen with the default state being off like the other buttons. This button should say "show all scopes" and if on all packages components regardless of scope are shown whereas if off, only the required components are shown.

Notes

Functionality would only provide benefit once CycloneDX/cyclonedx-dotnet#843 is fixed.

Checklist

@thompson-tomo thompson-tomo added the enhancement New feature or request label Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant