Nuget VS 2015 Update 2 Doesn't Find All Packages

Tyler StandishMan

We have an internal Nuget server that hosts packages. Up until Update 2 we were able to view all packages hosted on this server, like so:

Pre Update 2 Internal Nuget Packages

Once upgraded to VS Update 2, we can only see a subset of these packages.

Post Update 2 Internal Nuget Packages

Using the find-package command in Package Manager Console, the results are as follows:

PM> find-package

Id                                  Versions                                 Description                                                                                                                                   
--                                  --------                                 -----------                                                                                                                                   
Core.v35                            {1.2.27}                                 StrongDateTime and Settings                                                                                                                   
Core.v40.Logging                    {1.2.1}                                  Logging library                                                                                                                               
Core.v40.MessageBus                 {1.2.1}                                  Wrapper for message broker access                                                                                                             
Core.v40.NLog.Extensions            {1.2.7}                                  Alternative to Core.v40.Logging, Nlog with message bus target extension                                                                       


PM> find-package ptsr

Id                                  Versions                                 Description                                                                                                                                   
--                                  --------                                 -----------                                                                                                                                   
PtSR                                {3.1.5}                                  PowerTools Shared References, used to communicate with the PowerTools Platform                                                                


PM> find-package ptvp

Id                                  Versions                                 Description                                                                                                                                   
--                                  --------                                 -----------                                                                                                                                   
PtVP.v2                             {3.1.5}                                  PowerTools Viewports, used for working with PowerTools data through viewports 

As you can see, the package ptsr and ptvp exist, but when executing find-package, they are not shown. We are able to Install-Package as well, which is a work around.

Does anyone know of a fix for this? Any others experiencing the same thing?

BrandonAGr

We were running an internal nuget server originally published in 2013, using NuGet.Server.dll version 2.7.40911.225, after installing .net 4.5.2 and updating to the latest internal nuget server 2.10.3 all the packages started showing up in the list. It is unknown what was causing it to not show everything, probably a bug in how it was formatting or escapping the xml feed, browsing the atom feed directly listed all packages in both versions of the nuget server.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

VS2015 nuget package manager not finding packages

Update packages in RStudio doesn't work

XUnit in Visual Studio 2015 RC1 Update 1 doesn't find tests

NuGet can't find/download packages after upgrade to 3.4

Nuget.org in visual studio 2015 update 2 wont get nuget packages

"packages" error when doing update-package in vs 2015

VS2015 NuGet package manager not loading any online packages

Visual Studio find nuget packages that aren't being used

Deleted all the Nuget packages in my local package cache, now I can't use VS at all

can't update or install any nuget packages in vs 2017

nuget.exe doesn't restore all packages

Nuget doesn't restore packages for solution, but works when executed for .csproj

Local source of nuget packages doesn't exist

Is it necessary to update all nuget packages when upgrading a project?

In VS2019 nuget doesn't consider referenced projects as lib, but as nuget packages

reprepro doesn't update packages

Is it possible to update some but not all NuGet packages in Xamarin 3?

How to keep VS2015 NuGet from adding packages to TFS

Can't find VS2015 TeamFoundationServerExt on nuget

VS 2015: WPF Project Template with Nuget-Packages

VS can't find NuGet package

Nuget Restore Doesn't work at all

TFS 2015 Automatically update packages from custom nuget repository on build

NuGet Package won't restore from VS2015 with GitLab

Python doesn't find packages that are installed with Conda

Update-manager doesn't keep all packages up to date. What is the logic?

Why Nuget doesn't restore packages from packages.config?

can't find nuget packages from nuget server

I installed MAUI on VS but I can't find NuGet packages in the MAUI project