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
1
vote
1 answer

Is there a connection between nuget.config and gui settings?

When trying to generate a build, I am getting the following error: 1 error(s), 0 warning(s) $/source control my solution....../Web.sln - 1 error(s), 0 warning(s), View Log File D:\Builds\.....zWeb\.nuget\NuGet.targets (93): The underlying…
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
1
vote
0 answers

Nuget Connection failure

I have set up a private feed for nuget on our TFS server, using the nuget server, package. This has been successfully running for some time, but now I need to move it to a new server. (TFS Consolidation) On the new server I can use the settings to…
Noel
  • 1,968
  • 3
  • 20
  • 38
1
vote
1 answer

Private NuGet v.3 feed

I have a private NuGet 2.8.5 feed in my internal network, which I use as part of my environment. I just found that it does not work with some new packages. Particularly, this package reference the same assembly for two different evironments - DNX…
Andrey Kuleshov
  • 645
  • 6
  • 19
1
vote
1 answer

Is it possible to specify nuget local server source for individual solution?

I am wondering how to specify the nuget local server for single solution i don't want to add this on the visual studio level. So when we push the code to bitbucket and wants bamboo to use that source for nuget, which we want to specify somewhere in…
1
vote
1 answer

How to configure SymbolSource Server Basic

I have SymbolSource Server Basic installed and running, following the instructions in Xavier Decosters blog entry. I have set up Visual Studio as recommended by SymbolSource The problem is that the Symbol Server returns 404's for all the url's that…
cedd
  • 1,741
  • 1
  • 21
  • 34
1
vote
1 answer

How to pass credentials when accessing a Nuget feed

I am trying to download packages from a Nuget repository which requires credentials for it to be accessed using NuGet.Core. I know that Nuget repositories with no authentication can be accessed as follows: //ID of the package to be looked up string…
user2757113
  • 23
  • 1
  • 6
1
vote
1 answer

Published NuGet packages not showing in remote NuGet Feed?

I am setting up a NuGet server to host our packages internally. I followed the steps listed below: https://docs.nuget.org/create/hosting-your-own-nuget-feeds but having issues. I have a site setup in IIS on the TFS server and can navigate to the URL…
1
vote
1 answer

Poor performance on IIS 7.5 nuget server

I have a locally-hosted nuget server on IIS 7.5. It seems that, as more packages are added to the site's feed, performance gets progressively worse. IIS is frequently scanning the contents of the Package folder, which is causing publishing to the…
Joel
  • 86
  • 4
1
vote
0 answers

Nuget remote feed hosting two folders?

I have created an Internal remote feed using the below link. http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds I am using the local feed as of now, Using folders for different nupkg types and adding each folder as a nuget…
shinz4u
  • 145
  • 1
  • 9
1
vote
1 answer

Does proget support OData queries for Tags?

I am trying to query a proget server using the Nuget.Core API. This method: using System.IO.Packaging; public IEnumerable GetAllProgramPackages(string feedUrl) { var repository =…
Erling Paulsen
  • 593
  • 2
  • 5
  • 11
1
vote
1 answer

Missing Type error on internally hosted Nuget site

I'm trying to fix an issue with local Nuget repository (on an Azure VM). This was working but recently has been giving the following error: The type 'Microsoft.VisualStudio.Diagnostics.ServiceModelSink.Behavior,…
Simon
  • 6,062
  • 13
  • 60
  • 97
1
vote
0 answers

Hosting internal Nuget and Symbols server

I have setup the Nuget.Server and the SymbolSource Server Basic in one solution when I run the "self diagnostics tool" I get the following exception, anyone have a clue what this is? The URL I am accessing…
Paul
  • 1,457
  • 1
  • 19
  • 36
1
vote
2 answers

Private nuget feed - package path folders and indexing woes

We used nuget.server 2.8 to create a private feed for hosting nuget packages (mostly chocolatey packages) in our organization. I would like to improve/expand the indexing capability but I can't figure out how to do that. I know in a typical nuget…
1
vote
1 answer

Is nuget.server supported on mono 3.2.6?

I am trying desperately to get a nuget gallery hosted on Apache with mono. I have mono and apache configured and a new empty .net 4 web app with nuget.server created and copied to the linux server. I got as far as getting the site up and running…
Charlie Baum
  • 107
  • 1
  • 3
  • 15
1
vote
0 answers

Local NuGet server in a windows service

For my simulation application I want to use a custom NuGet repository for storing the plug-ins, i.e. plug-in assemblies will be packaged as NuGet packages. The application consists of a host application and a data application. The host application…
Petrik
  • 1,961
  • 13
  • 23