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
Currently customer have to make 2 separate queries to find out both outdated and vulnerable packages with dotnet list package, instead we need --all which shows all deprecated, vulnerable, and outdated top level and transitive packages
I also just don't think list commands are going to scale well enough with this much information being outputted.
Say you have a project with 30 dependencies. Those might have 6 transitive dependencies each. Now produce output 3x and your console is not readable as a human.
I also just don't think list commands are going to scale well enough with this much information being outputted.
Say you have a project with 30 dependencies. Those might have 6 transitive dependencies each. Now produce output 3x and your console is not readable as a human.
Yes, it doesn't make sense for plain output, but could be used as shortcut for json output instead of putting all possible combination.
Currently customer have to make 2 separate queries to find out both
outdated
andvulnerable
packages withdotnet list package
, instead we need--all
which shows all deprecated, vulnerable, and outdated top level and transitive packages#11446 (comment)
I'm including screenshot given GH is not good at tracking comments/discussion.
The text was updated successfully, but these errors were encountered: