AssemblyRedirects not getting updated
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
When running paket install or paket update, with redirects: force set in the paket.dependencies file. Assembly redirects are not getting updated.
See Command.Tests.Unit, Query.Tests.Unit, Services.Tests.Integration for examples where the redirect for Newtonsoft.Json is up to version 6, but the version referenced is version 10.
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 issue with paket install or paket update and redirects: force in paket.dependencies. Compare the generated redirects with the Newtonsoft.Json references in Command.Tests.Unit, Query.Tests.Unit, and Services.Tests.Integration. Done means the redirects update to the referenced version instead of remaining at version 6.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100