You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
…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)
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 JSONgetAllVersionsFromNuGet2
expects an JSON document; Klondike sent XMLThe content type used for output is like random.
Question
Shouldn't the (web-)client always specify the desired output format?
paket.dependencies configuration
Best regards,
Daniel
The text was updated successfully, but these errors were encountered: