-
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
Syntax error: Expected end of input, got '<= net45'. #2833
Comments
we think <= was a mistake. Our parser was not good enought to reject it. |
What does |
Yes it seems the bug is that @derwasp Can you post your |
@forki @matthid I totally agree that it doesn't make much sense ;) And I have @matthid It doesn't go to the dependencies file if the restore is not required. And if I remove "packages" & "packet-files", it errors out.
|
yes we see it as bug that we crashed restore |
how about #2835? |
that was lightning fast! thanx. |
Correct, that would indeed be the preferred way. We would welcome a PR but some dragons are hidden there |
@derwasp unforunately I found 2 design fuckups that make this impossible. so we need to evolve in that direction. |
wil take an hour to run all integration tests. but it's under way |
Description
A bunch of my existing projects stopped working with the recent update.
paket restore
fails with the following message:I would like avoiding to fix the dependencies file for all the projects if that is possible.
Repro steps
Use the following
paket.dependencies
:group Build
source https://nuget.org/api/v2
framework: <= net45
nuget FAKE
nuget GitVersion.CommandLine
Known workarounds
Change
<=
to=
The text was updated successfully, but these errors were encountered: