Paket show-installed-packages reports incorrect
Open
Nobody has claimed this yet.
bug
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
Repro steps
my paket.references looks like
MagicOnion
System.Interactive.Async
DevExpress.ExpressApp
DevExpress.Xpo
System.Reactive
Fasterflect.Xpand
Jetbrains.Annotations
how ever the dotnet paket show-installed-packages --project $Project reports
Main Fasterflect.Xpand - 2.0.7
Main JetBrains.Annotations - 2019.1.1
Main System.Reactive - 4.2
is this a bug?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the report with the shown paket.references contents and the dotnet paket show-installed-packages --project $Project command. Compare the command's package list with the declared references and trace the CLI entry point for show-installed-packages; done means the discrepancy is explained and the command reports the intended packages with a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100