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 update does not update .csproj file correctly anymore (Regression) #1829

Closed
franknarf8 opened this issue Jul 20, 2016 · 0 comments
Closed
Labels

Comments

@franknarf8
Copy link

franknarf8 commented Jul 20, 2016

Description

We encountered a new problem with one of our packages. When we pulled on it, paket did not add a reference to the dll in the project file.

Repro steps

Here is a repro sample;
https://github.com/franknarf8/paket-issue-repro/tree/b363bf2d50031e71ff9bb3a39ca471b44b64f8c7

Here, we are trying to install WindowsNative in the project Sandbox2.0.

The commands listed below do not have the same effect on the .csproj file. We were expecting the old behavior. If the new behavior is the correct one, why is it so?

Expected behavior

When we ran : .paket\paket.exe.old.exe update (2.66.3.0)
Paket used to create a reference to that dll in the .csproj file.

Actual behavior

Now, when we run : .paket\paket.exe.new.exe update (3.8.1.0)
The reference is removed from the .csproj file.

Known workarounds

Link directly to the .dll (bad workaround)

@forki forki added the bug label Jul 20, 2016
@forki forki closed this as completed in 4387218 Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants