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

Compatibility: paket vs. Klondike NuGet server #998

Closed
ghost opened this issue Aug 19, 2015 · 1 comment
Closed

Compatibility: paket vs. Klondike NuGet server #998

ghost opened this issue Aug 19, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 19, 2015

Hello

Intro
We are using a private NuGet server (Klondike) to serve our internal (non-public) NuGet packages and mirror (public) NuGet packages from nuget.org.

Problem
paket is not able to fetch package information from Klondike (Visual Studio's integrated package manager & the nuget command line work flawless).

Analysis
I've debugged paket install and checked the HTTP requests and responses:

  • followODataLink expects an XML document as answer; Klondike sent JSON
  • getAllVersionsFromNuGet2 expects an JSON document; Klondike sent XML
  • ..

The content type used for output is like random.

Question
Shouldn't the (web-)client always specify the desired output format?

paket.dependencies configuration

source http://klondike.internal.domain:8080/api/odata

Best regards,
Daniel

ghost pushed a commit to danm-de/Paket that referenced this issue Aug 19, 2015
…ojects#998

- WARNING: I am not a F# developer and this code could possibly break alternative NuGet server versions :-)
- "It works on my machine" using the current master of Klondike (https://github.com/themotleyfool/Klondike)
@ghost
Copy link
Author

ghost commented Aug 20, 2015

Thanks!

@ghost ghost closed this as completed Aug 20, 2015
This issue was closed.
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

No branches or pull requests

0 participants