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
As a follow up to the Nuget Gallery comment, if that's what we are supposed to be using, why is there no mention of it in the nuget documentation http://docs.nuget.org/create/hosting-your-own-nuget-feeds. I assume that many many people wanting to host their own feeds are following that guide and using the Nuget.Server package. I would be happy to use the Gallery project instead if it supports an Authentication system that I can hook into my LDAP server, but there's no mention of it in the docs as an option at all.
My feedback @johncmckim I'm missing one bit of feedback.
The report from @martinsuchan talks about project.json scenarios. It is understood and we are tracking a fix.
I manage to connect to the feed and download the packages through VS2015 UI (though they are not applicable to NET452 projects they download fine).
So I still don't know if there is any other scenario broken here other than the one tracked at - #1158
@martinsuchan - Yes I wasn't aware it was (sorry relatively new to the team, I checked last night and yet it is supposed to work).
@johncmckim - Here is the difference between NuGet Gallery and nuget.server. Both support authentication, the former is more complicated to install, but provides a lot more features.
NuGet.Server
Works off the list of files on disk, becomes very inefficient to startup and find packages when the number of packages grows (above a few hundreds its going to start crawling)
Intended for small projects with a few packages. Mostly allows decoupling from using a fileshare, locking files and access over Http where fileshare access is not available.
NuGet Gallery
More of a mirror of the nuget.org V2 site, with a database behind the scenes and a lot more available features.
from @johncmckim #456
As a follow up to the Nuget Gallery comment, if that's what we are supposed to be using, why is there no mention of it in the nuget documentation http://docs.nuget.org/create/hosting-your-own-nuget-feeds. I assume that many many people wanting to host their own feeds are following that guide and using the Nuget.Server package. I would be happy to use the Gallery project instead if it supports an Authentication system that I can hook into my LDAP server, but there's no mention of it in the docs as an option at all.
My feedback
@johncmckim I'm missing one bit of feedback.
The report from @martinsuchan talks about project.json scenarios. It is understood and we are tracking a fix.
I manage to connect to the feed and download the packages through VS2015 UI (though they are not applicable to NET452 projects they download fine).
So I still don't know if there is any other scenario broken here other than the one tracked at - #1158
@martinsuchan - Yes I wasn't aware it was (sorry relatively new to the team, I checked last night and yet it is supposed to work).
@johncmckim - Here is the difference between NuGet Gallery and nuget.server. Both support authentication, the former is more complicated to install, but provides a lot more features.
NuGet.Server
Works off the list of files on disk, becomes very inefficient to startup and find packages when the number of packages grows (above a few hundreds its going to start crawling)
Intended for small projects with a few packages. Mostly allows decoupling from using a fileshare, locking files and access over Http where fileshare access is not available.
NuGet Gallery
More of a mirror of the nuget.org V2 site, with a database behind the scenes and a lot more available features.
Here is one of the blogs I found on how to set it up with authentication. This might not be the most up to date one.
http://blogs.msmvps.com/p3net/2013/01/06/setting-up-a-private-nuget-repository/
You are right that the docs do not point to the nuget gallery solution, or go into the details above. I'll make sure that happens.
The text was updated successfully, but these errors were encountered: