You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide the steps required to reproduce the problem
Open the Paket solution
Run update, it will update a few packages so changes are expected
Run install. I would expect there to be no changes, but this part changes:
n. You can do this in a loop, running update again will revert the change from 3.
Known workarounds
I'm not sure if this is actually relevant, if the different lockfiles cause a different behaviour.
A "workaround" is to just revert the changes before commiting.
Related information
I used the context menu in the VS extension:
The text was updated successfully, but these errors were encountered:
Description
Update / install generate different lockfiles.
I would expect that a
installafter anupdateis a no-op, but it actually changes the lockfile.see the last few commits in https://github.com/0x53A/Paket/tree/issue-with-update-install
Repro steps
Please provide the steps required to reproduce the problem
n. You can do this in a loop, running update again will revert the change from 3.
Known workarounds
I'm not sure if this is actually relevant, if the different lockfiles cause a different behaviour.
A "workaround" is to just revert the changes before commiting.
Related information
I used the context menu in the VS extension:

The text was updated successfully, but these errors were encountered: