Questions tagged [nuget-server]

Hosted or on-premise NuGet package repositories based on the open-source NuGet Gallery or NuGet.Server library.

A NuGet server usually is based on the NuGet.Server library, or based on the open-source NuGet Gallery.

NuGet servers are NuGet package repositories exposing a NuGet feed for consumption by a NuGet client and providing a way of securing and controlling access to the repository by means of an API-key, authentication and authorization.

As such, a simple network share containing NuGet packages should not be considered a NuGet server.

293 questions
3
votes
1 answer

When should NuGet Gallery search index update?

I have recently installed a local NuGet Gallery from the instructions on GitHub. It appears to be working correctly when I upload packages through the UI, but packages pushed using the command line don't show up in search results. In the packages…
infojolt
  • 5,244
  • 3
  • 40
  • 82
3
votes
2 answers

Publishing to ProGet and I can't see any packages

I'm trying to set up a NuGet server using ProGet and am hitting a brick wall when publishing a package and it doesn't appear in the feed. The package is written to disk and works in other NuGet feeds. Other packages also don't appear in the ProGet…
Andy Davies
  • 666
  • 9
  • 23
3
votes
1 answer

Using NuGet to push "All" packages in my solution to a shared drive?

I have recently setup a shared drive to act serve as my private Nuget repository. I wish to push ALL nupkg files from my packages directory to my shared drive. I managed to figure out this command: nuget.exe push ..\packages -source c:\testme Now…
Martin
  • 23,844
  • 55
  • 201
  • 327
3
votes
1 answer

Why is there no package feed when using NuGet.Server

I followed the Creating Remote Feeds directions at nuget.org to create a server. I created a .NET 4.0 project and imported the NuGet.Server package, put my own NuGet package file in /Packages and ran it as an ASP.Net 4.0 application under IIS 7.5. …
NightWatchman
  • 1,217
  • 5
  • 17
  • 25
3
votes
1 answer

Local NuGet Gallery server fails to send email

Has anyone been able to get a Local NuGet Gallery running, and able to send the account confirmation email? I've been able to get the server functioning fine on a local SQLExpress DB, but I can't seem to get the emails to send from the system. They…
farina
  • 3,486
  • 6
  • 32
  • 44
3
votes
1 answer

404 on nuget packages link

Full disclaimer: java guy, trying on the .Net hat... I've gone through the walk through on how to setup NuGet server, and it looks like it is mostly working. I get this page: You are running NuGet.Server v1.8.30423.9026 Click here to view your…
javamonkey79
  • 17,443
  • 36
  • 114
  • 172
2
votes
2 answers

Private NuGet Gallery

I am trying to set up an internal nuget feed for my company. I have built the site and deployed it to IIS server. I can install from the site itf I manually add packages to it but I cannot push to it from the command line. When I try to I get…
John
  • 505
  • 1
  • 9
  • 22
2
votes
3 answers

Nuget server setup

I am trying to setup a private nuget server in my company, and there will be different group of people using it. I noticed that there is an entry in web.config to set a shared API key for publishing an package. Is there a way of setting up different…
superwalnut
  • 319
  • 5
  • 11
2
votes
1 answer

License expression for commercial nuget package

I'm uploading a private nuget package to a private nuget repository. The package is commercial (not open source). The csproj has this: Commercial I receive a build warning that the above is not a…
lonix
  • 14,255
  • 23
  • 85
  • 176
2
votes
1 answer

Nuget local feed slow search

I have setup a local Nuget folder \\servername\packages and configured Visual Studio to use it as source instead of https://api.nuget.org/v3/index.json. It works fine. However, search for a package (Example: Automapper) using "Manage NuGet packages…
developer
  • 1,401
  • 4
  • 28
  • 73
2
votes
1 answer

Artifactory nuget push - non-existing user (API key / access token)

I am able to push nuget packages to Artifactory using dotnet nuget push %WORKSPACE%\NuGetPackages\*.nupkg --source --api-key :. However, I would like push using a API key or an access token, but I receive 403…
Mikkel LP
  • 71
  • 6
2
votes
1 answer

Debug Nuget Library

I have a set of Nuget Libraries that I compile and modify myself. I build them without publishing on any Nuget server. (It is not my library) On the other side, I have a project that use such Nugets, but I wish to debug them... In the best situation…
ClubberLang
  • 1,624
  • 3
  • 21
  • 45
2
votes
0 answers

Nuget Server Repository - Page not found 404

I'm totally desperate. I've been trying to install Nuget.Server v3.2.1.0 for two days now. I followed the installation instructions at https://learn.microsoft.com/de-de/nuget/hosting-packages/nuget-server, but it doesn't work. I suspect that the…
Marcus
  • 654
  • 1
  • 8
  • 19
2
votes
1 answer

How are NuGet repos organized?

I decided to push a .NET Standard class library to an existing local NuGet repo at my workplace. I did it by having the NuGet package automatically pushed after the build in Visual Studio: nuget push [PACKAGE_FILENAME] -Source…
Max Jacob
  • 701
  • 1
  • 9
  • 20
2
votes
1 answer

The V2 feed at ‘…’ returned an unexpected status code '503 Service Unavailable'

I know there are similar questions, but none with this exact error, so I'm hoping there is a different answer. I'm getting the error: [feedname] The V2 feed at…
ryanwebjackson
  • 1,017
  • 6
  • 22
  • 36