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
0
votes
1 answer

Providing Uninstall option in custom NuGet packages

When creating custom NuGet packages, how do we provide the option for uninstalling a NuGet package, which removes the references/ static files which came as part of the package. Thanks in Advance
Bhargava
  • 329
  • 5
  • 13
0
votes
3 answers

NuGet 2.2.3 extention problems. Cannot connect to server?

I have project where NugGet is used. I am trying to build project and i have next errors: ... Error 88 Unable to find version '2.1.505.2' of package 'Unity'. Common Error 84 Unable to find version '1.0' of package…
Ievgen
  • 4,261
  • 7
  • 75
  • 124
0
votes
2 answers

Download full nuget package so I can copy to another machine?

Background I'm in a computing environment that utilizes Indirect Internet access (via a VM) for security. I have the following machines: Desktop -- the machine I develop on; no internet access. Build Server -- hosts a local nuget feed. Also no…
SeanKilleen
  • 8,809
  • 17
  • 80
  • 133
0
votes
1 answer

Create NuGet Server on IIS 5.1

I'm wanting to create a remote NuGet server. I've followed the instructions here: http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds Everything works when I F5 it and look at it in debug mode... So then I decided to publish…
philt5252
  • 939
  • 7
  • 19
0
votes
1 answer

Could not connect to nuget feed

I try to use private nuget feed, so I've made steps from the second part of instruction: http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds But when I try to connect from Visual Studio to this feed I received message: "Could…
Steve Macculan
  • 2,292
  • 5
  • 22
  • 32
0
votes
0 answers

VS 2012 Private NuGet Server

I followed the instructions from the NuGet web site (http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds) on how to create a NuGet server. I got the web site deployed and the main page shows, but when I click on the Packages…
Tyrel Van Niekerk
  • 1,652
  • 4
  • 23
  • 38
-1
votes
1 answer

Server can't find packages after upgrade

Private nuget server can't find packages after upgrade I had to update the nuget server to get it to accept packages that were failing to upload (apparently the package format changed in dotnet core or something). Now all the previously uploaded…
Joshua
  • 40,822
  • 8
  • 72
  • 132
-3
votes
1 answer

Bulk Upload to sonatype nexus3

We currently have a nuget server with a klondike frontend, this stores all of the packages in a simple folder. We want to upload all of our packages to a new nexus3 server. How would I go about this ? Can I just copy the files to folder ?
budgester
  • 11
  • 2
1 2 3
19
20