Packages showing in nuget feed of local repository
Hi,
I have observed a strange behavior when trying to add a nuget package from our company's local feed. Contrary to the official nuget feed which shows only the the latest version of a package the local feed shows every version there is available.
When opening the Feed using the Internet Explorer I also see all versions of the packages, though the NuGet UI in Visual Studio only shows the latest version of the package.
Is this behavior of LINQPad intended or should the feed only show the latest version of each package?
In my opinion that would be a feasible solution because should I want to add an older version of a package to my query I always could select the "Add Specific Version To Query" option from the drop down menu of the "Add To Query" menu.
EDIT: Here's an additional observation: No matter what version I select in the feed - when simply clicking the "Add To Query" button, LINQPad always chooses the latest version anyway...
Best regards,
Markus
I have observed a strange behavior when trying to add a nuget package from our company's local feed. Contrary to the official nuget feed which shows only the the latest version of a package the local feed shows every version there is available.
When opening the Feed using the Internet Explorer I also see all versions of the packages, though the NuGet UI in Visual Studio only shows the latest version of the package.
Is this behavior of LINQPad intended or should the feed only show the latest version of each package?
In my opinion that would be a feasible solution because should I want to add an older version of a package to my query I always could select the "Add Specific Version To Query" option from the drop down menu of the "Add To Query" menu.
EDIT: Here's an additional observation: No matter what version I select in the feed - when simply clicking the "Add To Query" button, LINQPad always chooses the latest version anyway...
Best regards,
Markus
Comments
http://share.linqpad.net/5df8g5.linq
Do you get just one version showing, or all versions?
Seems to me that this is a defect of the NuGet.Core library - if you are using the code you sent me in LINQPad...