AutoGenerateBindingRedirects value false is replaced by true after command Paket update
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
Description
We are using Latest Paket version 7.1.3+
We have configured AutoGenerateBindingRedirects to false as below:
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
After the paket update command, <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects> is replaced by <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> in the csproj file.
Repro steps
Steps required to reproduce the problem
- Configure csproj file for AutoGenerateBindingRedirects as below
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
- Execute command paket update
Expected behavior
The configuration value should not change
Actual behavior
Th value changed from false to true
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 with the affected .csproj configuration and reproduce the issue by setting AutoGenerateBindingRedirects to false, then running paket update. Compare the project file before and after; done means the value remains false after the update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100