question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Syntax error: Expected end of input, got '<= net45'.

See original GitHub issue

Description

A bunch of my existing projects stopped working with the recent update. paket restore fails with the following message:


c:\.code\myproject>paket restore
Paket version 5.113.1
Performance:
 - Runtime: 919 milliseconds
Paket failed with
-> Error in paket.dependencies line 3
     Syntax error: Expected end of input, got '<= net45'.

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 =

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
forkicommented, Oct 10, 2017

I’ll be waiting for the new version

wil take an hour to run all integration tests. but it’s under way

1reaction
forkicommented, Oct 10, 2017

yes we see it as bug that we crashed restore

Read more comments on GitHub >

github_iconTop Results From Across the Web

Syntax error: Expected end of input but got "-" at [5:17] ...
I`m working with an exercise from the Google Data Analysis Course, that asks me to write and execute the following query:.
Read more >
Where in my BigQuery sql code do I fix the syntax error?
Any helpful suggestions are appreciated. --Syntax error: Expected end of input but got identifier "dataset" at [8:16]. SELECT. stn,. date,.
Read more >
What does syntax error: expected end of input but got “ ...
Question was: What does syntax error: expected end of input but got “ (“ at 4:4, in SQL (big query sandbox means? Now,...
Read more >
Google BigQuery Errors Catalogue: it's a detour, not a ...
“Syntax error: Expected end of input but got keyword XXXX.” The order of clauses in the SELECT statement also matters. It's a straightforward...
Read more >
Expected end of input but got keyword DECLARE at [4:1]
I am getting this error when running this syntax but the query was completed. But the syntax shows error. please help!!!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found