NuGet/Home

"dotnet list package --outdated --include-transitive" also checks project references

Open

#7,890 opened on Mar 18, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)HTML (292 forks)batch import
Functionality:ListPackagePriority:2Type:Bughelp wanted

Repository metrics

Stars
 (1,459 stars)
PR merge metrics
 (Avg merge 464d 23h) (1 merged PR in 30d)

Description

When using "dotnet list package --outdated --include-transitive", project references are listed as "Not found at the sources", but it would make more sense to not list/check these at all.

Using dotnet.exe v2.2.201 on Windows 10.

Contributor guide