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

unable to list or publish the packages using NPE with Nuget Server version 3.0.1.0 #5193

Closed
joelverhagen opened this issue Dec 15, 2017 · 2 comments

Comments

@joelverhagen
Copy link
Member

@cmreddyv commented on Thu Dec 14 2017

unable to publish/list the packages in Nuget Package Explorer for the latest version of New Nuget server version 3.0.1.0

FY!, this a plain nuget server using to host the packages, created using the approach creating a empty asp.net web application and then installed the nuget server in that solution using manage nuget package sources and then host the applciation on IIS.

We are able to list the packages using the nuget.exe and VS but not with the Nuget package explorer.

Nuget package explorer is working with the previous version of Nuget server after upgrading to the latest version it stopped working

Can find the details at NuGetPackageExplorer/NuGetPackageExplorer#275 (comment)


@emgarten commented on Thu Dec 14 2017

@joelverhagen any ideas why this would have changed on NuGet.Server?

NPE is using very old 2.x NuGet libraries.


@joelverhagen commented on Fri Dec 15 2017

Moving to NuGetGallery repository, as this is a server-side issue.

@joelverhagen
Copy link
Member Author

The root cause is that $select does not work on NuGet.Server 3.x. This is not impacting the official NuGet client (since it does not use projection) but is affecting other clients, like NuGet Package Explorer (NuGetPackageExplorer/NuGetPackageExplorer#275).

@joelverhagen
Copy link
Member Author

I've released a 3.0.2 version of NuGet.Server which fixes this.

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

No branches or pull requests

1 participant