-
Notifications
You must be signed in to change notification settings - Fork 255
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
[Feature]: dotnet list [projet | solution] package does not work with solution filters #11789
Comments
My understanding is that Solution Filters only works with msbuild, not dotnet, when you do a You can try using msbuild commands and see if you can do it. If you think this should be a feature you can open a feature request so the community can vote on it. |
Reopening, after talking with the team, they explained me that Solution Filter works with dotnet |
I have same problem while listing packages.
|
just wondering, is there any update on this? |
Had a very similar issue where I just tried to run: "dotnet list package --vulnerable" in the command line and received this: I later realized I had done a change in the code and it would not compile anymore... the command seems to only work if you code complies... Don't 100% know if it is related to the issue of op |
NuGet Product Used
dotnet.exe
Product Version
6.0.202
Worked before?
No response
Impact
It's more difficult to complete my work
Repro Steps & Context
dotnet restore
works with solution filters.dotnet list solution.slnf package --vulnerable
fails withNot sure if this is a bug or a feature that has not been implemented.
Verbose Logs
The text was updated successfully, but these errors were encountered: