fsprojects / fsprojects/Paket

AutoGenerateBindingRedirects value false is replaced by true after command Paket update

Open
#4,139 3 comments 10 reactions 0 assignees View on GitHub

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

  1. Configure csproj file for AutoGenerateBindingRedirects as below

<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>

  1. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.