Running paket add does not run dotnet restore
Open
Nobody has claimed this yet.
bug
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
- Create a new project e.g.
dotnet new classlib -lang F# - Initialise Paket
paket init - Add a package to the deps file e.g.
paket add Saturn. - Add the package to the project e.g.
paket add Saturn -p <projname> - Observe that you cannot use Saturn in the project.
- Call
dotnet restorefrom the command line. - You can now use Saturn in the project.
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
Reproduce the sequence using dotnet new classlib -lang F#, paket init, and paket add Saturn -p <projname>, then trace the paket add project-update entry point. Verify whether the command invokes restore; done means the project can use Saturn immediately without a separate dotnet restore.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 56/100