-
Notifications
You must be signed in to change notification settings - Fork 525
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
Unclear error message for issues in lock file #1247
Comments
How did the wrong lock file look like? |
I had tried to allow a "minimum" version at the top level:
|
I just added this as an integration test and it now shows a better error message, but why do you change the lockfile manually? |
yeah, lock files are usually not edited manually. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When there is something in
paket.dependencies
that Paket doesn't understand, it tells you exactly where, and what the problem is. For an error inpaket.lock
, I only gotThis should at least say that it's about the lock file, so the user knows where to start looking.
The text was updated successfully, but these errors were encountered: