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

dotnet list package does not display resolved versions when AuditSources are used #14116

Open
Nigusu-Allehu opened this issue Feb 20, 2025 · 0 comments
Assignees
Labels
Functionality:ListPackage dotnet.exe list package Priority:2 Issues for the current backlog. Product:dotnet.exe Type:Bug

Comments

@Nigusu-Allehu
Copy link
Contributor

NuGet Product Used

NuGet.exe

Product Version

nuget.exe 6.14

Worked before?

No response

Impact

None

Repro Steps & Context

The dotnet list package command currently does not display the resolved versions of packages when AuditSources are specified in the nuget.config file. This can lead to incorrect or incomplete information being displayed to the user

Steps to Reproduce

  • Configure nuget.config to include .
  • Install newtonsoft.json 10.0.1
  • Run dotnet list package --vulnerable.
  • Observe that the command does not display the resolved versions of the packages.

Image

Verbose Logs

@Nigusu-Allehu Nigusu-Allehu added Functionality:ListPackage dotnet.exe list package Priority:2 Issues for the current backlog. Type:Bug labels Feb 20, 2025
@Nigusu-Allehu Nigusu-Allehu self-assigned this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:ListPackage dotnet.exe list package Priority:2 Issues for the current backlog. Product:dotnet.exe Type:Bug
Projects
None yet
Development

No branches or pull requests

2 participants