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

learn more… | top users | synonyms

0
votes
1answer
23 views

405 Method Not Allowed in NuGet Push

My NuGet server is throwing a 405 Not Allowed when I try to make a push. At least, thats what NuGet console says: Failed to process request. 'Method Not Allowed'. The remote server returned an error: ...
1
vote
1answer
46 views

Why use SSL for the NuGet repository?

We had an issue with our automated build machine yesterday. We are using a TFS Build server, and when it tried to automatically download NuGet packages, we got the infamous "The underlying connection ...
0
votes
1answer
22 views

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
1
vote
3answers
104 views

NuGet feed hosting options including MyGet

I have been investigating options for NuGet feed hosts. Currently, we use TeamCity to build/publish packages to TC's built-in server. For a Visual Studio package-source pointed to TC, we've found ...
1
vote
1answer
230 views

Local nuget server: 405 Method not allowed

I've configured a local nuget server as described here: http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds I can browse to it and look at the feed. But I can not publish ...
1
vote
0answers
87 views

IIS Rewrite 2.0 CustomTags with namespaced attribute

I'm hosting a private NuGet server which is behind a load balancer. The load balancer accepts ssl traffic (442) and forwards to port 80 on the web server. NuGet looks to be detecting the requesting ...
0
votes
2answers
137 views

Private Nuget Server Returning 503 error for me, but nobody else

Okay, here's another weird one... I have installed and setup an in house nuget server for our company - it is running the latest version on nuget (2.2.31210.9045). I can hit the url in my browser ...
0
votes
2answers
246 views

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 ...
0
votes
0answers
84 views

How to troubleshoot SymbolSource Server Basic

I have SymbolSource Server Basic installed and running, following the instructions in this blog entry. I can successfully push packages (*.nupkg and *.symbols.nupkg) from TeamCity to my server with ...
0
votes
1answer
73 views

NuGet Get Latest Package From Feed

I have an environment where I'm building several library solutions in TFS. At the end of the build process the script packages them into a NuGet package and pushes them to our local feed. Now we can ...
3
votes
1answer
149 views

How to Fix 401 Authentication Error when Publishing to Self-Hosted NuGet Server

I followed these instructions to host a NuGet Server (version 2.2.2) on our Intranet. It works great as far as listing the packages and retrieving them in VS 2012. But when I create a package using ...
0
votes
2answers
104 views

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. ...
0
votes
0answers
154 views

Local Nuget Feed - Get request 404 error

I'm setting up a NugetFeed on our intranet, running on a 2003 Server IIS6. The idea is to install packages using the Nuget Package Manager through the VS 2010 interface. I've setup the extensionless ...
0
votes
2answers
539 views

Nuget Server responds with (405) Method Not Allowed while pushing or deleting a package

I am getting a (405) Method Not Found error when attempting to push a package to my locally hosted Nuget Server (Nuget.Server package) hosted on IIS 7.5 on Windows 2008 R2 Enterprise. There is a ...
1
vote
1answer
71 views

Is there a way to support nested UNC paths for nuget package source?

In our environment we currently have a nested folder structure that holds our assemblies. For example: \SERVER\Assemblies\SomeCompany\MyRockinAssembly\v1.0.0.0\MyRockinAssembly.dll We are looking ...
0
votes
3answers
145 views

How to push my Nuget package to the official gallery having my package at my own server

I have a web public folder which I use when I want to share any file so I was thinking on having my nuget package there. I tried to push it using: nuget push Me.Utility.1.0.nupkg API_KEY -Source ...
0
votes
1answer
82 views

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 ...
1
vote
1answer
513 views

How should I tell TeamCity's NuGet Installer build step to use both NuGet.org and the TeamCity provided packages source?

I'm having trouble with my NuGet Installer build step. We're using both official NuGet.org packages and our own packages hosted on the TeamCity NuGet server. If I leave Packages Sources blank, then ...
2
votes
3answers
282 views

how to specify location of nuget packages when package restore is enabled?

I am working on a .net solution and use nuget for my package management. I have selected the option to "Enable Nuget Package Restore" so that the nuget packages not checked in to source control. ...
4
votes
1answer
118 views

How do I make a build show up in my TeamCity public NuGet feed?

We use TeamCity 7.1.1 to publish NuGet packages on both the authenticated and public feed URLs. I've just created a new package and can't get it to show up on the public feed, though it does appear on ...
2
votes
1answer
47 views

How can I block users from accessing a certain ProGet feed?

I am using ProGet 1.0.9 and I can't figure out how to block a certain set of users from accessing a NuGet feed. I still want these users to be able access all the rest of the feeds, I just want one ...
4
votes
2answers
576 views

Self-Hosting NuGet

I have been looking at self hosting NuGet, having a hard time understanding how to set it up and how it would help support our development process. Does anyone have any recommendations as to which ...
4
votes
2answers
354 views

500.19 Error when running nuget gallery from iis

I'm trying to run a local install of Nuget Gallery but get a 500 error related to a bad config file. However, this only happens when running from IIS. If I run from IIS Express it works fine. Can ...
5
votes
2answers
507 views

NuGet is returning 503 Server Unavailable

Is there a way to load a package from an alternative server when Visual Studio Package Manager (NuGet) is responding with a "The remote server returned an error: (503) Server Unavailable" message?
0
votes
0answers
99 views

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

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 ...
5
votes
1answer
359 views

Private intranet-level Nuget feed: Windows Integrated Security customization

I'm considering setting up Intranet-level Nuget feed(bunch of teams in my company are supposed to use it). I've looked briefly through some tutorials + appropriate chapters in Pro Nuget book, however ...
7
votes
2answers
856 views

Hosting your own NuGet and Symbol Source server?

I know that we can host our own private / internal NuGet server, but is there a way to also hosting your own Symbol Source server that links to your private NuGet packages? My company's policy doesn't ...
1
vote
1answer
125 views

Push to Nuget.Server fails after upgrade to 2.0.1

I upgraded a nuget.server that we use internally to 2.0.1 from 1.7. After upgrade push stopped working, it looks like it is working but the package is not pushed. After I runt nuget push ... I get ...
0
votes
1answer
278 views

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 ...
0
votes
0answers
1k views

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 ...
3
votes
1answer
525 views

Command line Push to Private NuGet Gallery fails with Failed to process request. 'OK'

I’ve set up a private NuGet Gallery from github.com/NuGet/NuGetGallery using instructions from here: http://dotnet.dzone.com/news/how-set-local-nuget-gallery The Gallery works ok, it allows users to ...
0
votes
1answer
352 views

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 ...
10
votes
2answers
792 views

How to remove a specific version of a package on a TeamCity Nuget Feed?

Does anyone know to remove a specific version of a package on a TeamCity Nuget Feed?
2
votes
2answers
714 views

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 ...
1
vote
1answer
124 views

Archiving Old Packages

We host our own private NuGet Feed. I've noticed that when there are numerous versions of the same package, it can take a long time for the Package Manager dialog to display the packages in the feed. ...
2
votes
1answer
466 views

Installing private feed Nuget packages from packages.config

I have a private nuget feed on one of our internal servers. I can install packages in this feed from command line like this nuget install "PackageName" -source "\\DevServer\NugetFeed" However if I ...
0
votes
3answers
609 views

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 ...
4
votes
2answers
404 views

NuGet.Server Bad Request

I am currently trying to setup a NuGet server on our intranet but I'm having a problem. I'm following the instructions here: http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds ...
0
votes
2answers
151 views

Nuget package backup

It has been common practice to check nuget packages used in a solution into source control. With the new package restore feature of nuget 1.6 it is no longer necessary to check packages into source ...
0
votes
0answers
82 views

Run “Nuget pack mydll.nuspec” but got a big pack file with failed

My dll is only 70kb, but the 。nupack file is over 300mb and got a "out of memory exception"! what's wrong with it!? Thanks a lot
1
vote
1answer
337 views

NuGet packages get stale? “Failed to download package correctly. The contents of the package could not be verified”

We're experiencing a strange issue with our local NuGet package server. Over time, it appears that packages become unavailable, and the only fix seems to be touching the .nupkg file (e.g., just ...
0
votes
1answer
270 views

Nuget server on IIS7 / Win2008 faults w3wp.exe

I realize this is borderline non-development, but I'm a developer trying to create a NuGet Server, not an IIS guy, so hopefully someone here has experienced this. I have some libraries used across ...
1
vote
1answer
161 views

Publishing to local Nuget gallery time out after 100s, but actually works anyway

We are trying to use Nuget for our internally generated packages. We have setup a local nuget server and verified that we can see it from Visual studio. If I copy a .nupkg file into ~/Packages ...
0
votes
1answer
263 views

404 when listing packages via NugetCommandLine

I'm getting a 404 when performing nuget list -source http://mydomain/nuget The 404 is actually coming from /Nuget/$metadata. From the iis logs: 2011-10-17 23:24:27 172.27.72.94 GET ...
10
votes
1answer
2k views

Using NuGet for Internal & External Dependencies in TFS

I'm currently looking at NuGet to solve my dependency problems in TFS and what I wanted to do is to host my own NuGet server that would take care of internal dependencies. I also want to use NuGet to ...
4
votes
1answer
330 views

Hosting NuGet repository via Apache / http server

Is there any way that I can setup and host a NuGet repository on an Apache or related http server? I have code that I would like made available, and it turns out that I have an apache server as well. ...
1
vote
3answers
139 views

Can the “author” field on Nuget be spoofed? Can I trust the file's authenticity?

I'm browsing Nuget libraries from an author and see questionable content.. something that doesn't have the same quality as some of the prior work I've seen. How do I know that the author of a Nuget ...
2
votes
2answers
4k views

How to configure where NuGet.exe Command Tool line looks for packages

We have successfully set up a couple of local package repositories using the NuGet.Server package and hosted them on a local IIS webserver. We are able to connect from the Package Manager and install ...
2
votes
5answers
2k views

NuGet - Installing Individual Packages reporting “The remote server returned an error: (404) Not Found.”

When using a local NuGet server, whenever I try to install an individual package from that server, all I get is this error: "The remote server returned an error: (404) Not Found." The packages are ...

1 2