Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paket keeps adding AutoGenerateBindingRedirects when its already set #4134

Closed
Flohack74 opened this issue Mar 28, 2022 · 3 comments
Closed

Comments

@Flohack74
Copy link

Description

Paket adds a line for enabling auto-generated binding redirects, but the option is already set. This can stack multiple times in the same file, if people accidentially commit this change to the codebase. It does not cause issues, but is a bit annoying.

Repro steps

The reproduction is unclear at the moment. We have a huge solution with 180 csproj files, maybe its a race condition or we dont know. It happens lets say in 1 of 20 - 30 paket install calls.

Expected behavior

The line in the csproj file should not be duplicated (or n-plicaed, we have seen configs where this happened 4 or 5 times)

Actual behavior

grafik

@Flohack74
Copy link
Author

Here the situation after a few paket install calls that we made during the last days:
grafik

@forki
Copy link
Member

forki commented Mar 30, 2022

c3f7fc1

can you please try with latest Paket?

@forki forki closed this as completed Mar 30, 2022
@Flohack74
Copy link
Author

Ok we will monitor it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants