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
When running paket install for the first time (without a paket.lock file) it fails when generating the lock file for a package which has a LessThan dependency Cassette depends on < 4.0 of Iesi.Collections.
The error is: "Paket failed with: The match cases were incomplete", which correpsonds to a compiler warning in LockFileSerializer.formatVersionRange.
I'm attempting a fix to cover the other cases, will send a PR if it works.
The text was updated successfully, but these errors were encountered:
Oups
On Oct 29, 2014 8:44 PM, "Andrew Jones" [email protected] wrote:
When running paket install for the first time (without a paket.lock file)
it fails when generating the lock file for a package which has a LessThan
dependency Cassette https://www.nuget.org/packages/Cassette/ depends on
< 4.0 of Iesi.Collections.
The error is: "Paket failed with: The match cases were incomplete", which
correpsonds to a compiler warning in LockFileSerializer.formatVersionRange.
I'm attempting a fix to cover the other cases, will send a PR if it works.
—
Reply to this email directly or view it on GitHub #313.
When running paket install for the first time (without a paket.lock file) it fails when generating the lock file for a package which has a LessThan dependency Cassette depends on < 4.0 of Iesi.Collections.
The error is: "Paket failed with: The match cases were incomplete", which correpsonds to a compiler warning in LockFileSerializer.formatVersionRange.
I'm attempting a fix to cover the other cases, will send a PR if it works.
The text was updated successfully, but these errors were encountered: