Skip to content
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

When a package contains 'nuget' the installation will fail. #359

Closed
yannisgu opened this issue Nov 14, 2014 · 4 comments · Fixed by #363
Closed

When a package contains 'nuget' the installation will fail. #359

yannisgu opened this issue Nov 14, 2014 · 4 comments · Fixed by #363

Comments

@yannisgu
Copy link
Contributor

This line in paket.dependencies will fail:

 nuget nuget.CommandLine

Error message is:

   Couldn't retrieve versions for .CommandLine.

Workaround is to case correctly:

 nuget NuGet.CommandLine
@forki
Copy link
Member

forki commented Nov 14, 2014

Hehe that's a very special case ;-)
On Nov 14, 2014 11:40 AM, "yannisgu" [email protected] wrote:

This line in paket.dependencies will fail:

nuget nuget.CommandLine

Error message is:

Couldn't retrieve versions for .CommandLine.

Workaround is to case correctly:

nuget NuGet.CommandLine


Reply to this email directly or view it on GitHub
#359.

@yannisgu
Copy link
Contributor Author

Of course, still a bug 😄

@mexx
Copy link
Member

mexx commented Nov 14, 2014

The problem is Replace in this line.
content and references are also flawed.

@forki
Copy link
Member

forki commented Nov 14, 2014

Care to send a fix?
On Nov 14, 2014 3:18 PM, "Max Malook" [email protected] wrote:

The problem is Replace in this line

let parts = trimmed.Replace("nuget","").Trim().Replace("\"", "").Split([|' '|],StringSplitOptions.RemoveEmptyEntries) |> Seq.toList

.
content and references are also flawed.


Reply to this email directly or view it on GitHub
#359 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants