Add a --redirects flag to paket remove (5.173.1)
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
Description
Using Paket version 5.173.1
When I use paket remove to remove a dependency from a specific project (using the --project flag), every app.config in my repo gets updated. I notice that it's removing binding redirect information that was added when I did paket install --redirects.
paket add has a --redirects flag, but it looks like paket remove does not. Could it be added, to avoid this problem?
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 locating the existing paket add --redirects option and the code path for paket remove with --project. Add equivalent redirect handling for removal, ensuring unrelated app.config files retain binding redirects, then verify the reported scenario against the existing add behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100