fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
2.02k stars 520 forks source link

show-installed-packages recursion #2216

Open ghost opened 7 years ago

ghost commented 7 years ago

It is a common problem to troubleshoot dependencies issues (FSharp.Core looking at you). show-installed-packages works on a per project basis, but it does not provide the option to recurse to sub folders, to pick up transitive projects. It would be a good feature if we could provide an option to allow show-installed-packages to recurse a specified folder.

cloudRoutine commented 7 years ago

for most of paket using only the project name is enough for the feature to work however for this one

λ» paket show-installed-packages project FSharp.Formatting.Common
Paket version 4.1.3
1 second - ready.
λ» paket show-installed-packages project .\src\FSharp.Formatting.Common\FSharp.Formatting.Common.fsproj
Paket version 4.1.3

Main FSharp.Compiler.Service - 12.0.2
Main FSharp.Core - 4.1.2
1 second - ready.

so this should be addressed too