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
Paket failed with:
paket.dependencies and paket.lock are out of sync in /Users/kostas/workspace/paket-issue.
Please run 'paket install' or 'paket update' to recompute the paket.lock file.
While trying to find a minimal example that fails I observed that i had the same package declared twice in my dependencies (once with a framework constraint and once without).
> mono paket.exe install
Paket version 3.2.3.0
Resolving packages for group Main:
- NuGet.CommandLine 3.4.3
/Users/kostas/workspace/paket-issue/paket.lock is already up-to-date
1 second - ready.
> cat paket.lock
NUGET
remote: https://www.nuget.org/api/v2
NuGet.CommandLine (3.4.3)
> mono paket.exe restore
Paket version 3.2.3.0
Paket failed with:
paket.dependencies and paket.lock are out of sync in /Users/kostas/workspace/paket-issue.
Please run 'paket install' or 'paket update' to recompute the paket.lock file.
Expected behavior
Probably warn/fail for duplicate packages.
Actual behavior
paket instructs for a install or update that doesn't actually change paket.lock in this case.
Known workarounds
Remove the duplicate entry.
Related information
OSX 10.11.5
paket 3.2.3.0
mono 4.4.1
Note: Last time I tried to build that project with paket 3.1.9 I got no errors.
The text was updated successfully, but these errors were encountered:
Description
After updating to paket
3.2.3
my build fails withWhile trying to find a minimal example that fails I observed that i had the same package declared twice in my dependencies (once with a framework constraint and once without).
Repro steps
paket.dependencies
Expected behavior
Probably warn/fail for duplicate packages.
Actual behavior
paket instructs for a
install
orupdate
that doesn't actually changepaket.lock
in this case.Known workarounds
Remove the duplicate entry.
Related information
Note: Last time I tried to build that project with paket 3.1.9 I got no errors.
The text was updated successfully, but these errors were encountered: