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

Alert Nuget server to update my package

I'm hosting private repository for Nuget libraries. Always I update any library to a newer version and go to Manage Nuget Packages I can't see "update" button. There's only one option, to install. What am I doing wrong?
gandarez
  • 2,609
  • 4
  • 34
  • 47
0
votes
1 answer

'Manage NuGet Packages for Solution' in VS hangs when checking ProGet feed

In Visual Studio, when using Manage NuGet Packages for Solution, the ProGet feeds never return. Visual Studio just hangs. No updates from the feed are ever delivered. When using Manage NuGet Packages at the project level, the ProGet feeds work…
user514005
0
votes
0 answers

Nuget Server - Private Repository - Change Package Path location Dynamically by routing Url

We are working in private repository for our own private nuget packages in ASP.NET Project . We are in a position to change the nuget feed for every customer. But nuget packages are located in a location which is specified in Web.Config. Is there a…
0
votes
1 answer

Nuget server sometimes not found package

I have my own nuget repository, hosted localy (nuget.server), and Teamcity with package restore build step. Sometimes, I found errors, like [12:10:06]Unable to find version '1.2.0-alfa00243' of package 'ReportsBase'. Seems, that package doesn't…
Vladimir
  • 2,082
  • 1
  • 13
  • 27
0
votes
0 answers

Local source server VS2013exp cannot find source

I've installed a internal proget server, "proget" as a standalone service (not IIS). I can push -Symbols packages to it just fine, and use the dependencies. However, I cannot step into the dependncy. I'm using all default settings my default feed…
Jason K
  • 155
  • 2
  • 6
0
votes
1 answer

NuGet package manager listing non-existent packages

I'm currently playing around with setting up a local NuGet package source - basically a shared folder on one of our servers. I added some packages to it the other day and they showed up fine in VS ("Manage NuGet Packages" dialog). Today I realised I…
Andrew Stephens
  • 9,413
  • 6
  • 76
  • 152
0
votes
1 answer

Possible to automatically unlist previous version when deploying a new NuGet package version?

Successfully building and publishing my own NuGet packages via a batch script, I would love to automatically unlist all previous versions when uploading a new version of my package. What I'm currently doing is to manually use the web browser and…
Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
0
votes
0 answers

Continuous growing of the ProGet packages

We started using ProGet to host our packages. With our project still being in the early development phase we push packages often to our server. Our team is very distributed over the world so the pulling of packages to local computer is very…
0
votes
2 answers

nuget.server nuget package exception

I am trying to run Nuget.Server on my visual studio 2013 right after adding that nuget package to my project. Error: [ArgumentOutOfRangeException: Specified argument was out of the range of valid values.. Paramter name: site] …
Shevach
  • 717
  • 9
  • 25
0
votes
1 answer

update NuGet local server

I have a local NuGet server & NuGet gallery both in version 2.2 I want to update them to 2.8.1, without loosing all my packages and changes I made in the website. Is there anyway to do so? Thanks
0
votes
1 answer

NuGet satellite package not added to the lib of the main package

I'm trying to create a nuget package for the localization of another package, and I'm following the satellite package approach. I'm pretty sure to have followed these rules strictly, and the naming conventions as well, but as I download the…
tanathos
  • 5,566
  • 4
  • 34
  • 46
0
votes
1 answer

Files are not attached to my Nuget Package

I wanna create a very simple Nuet package.I just want to add a file(Such as image,Text Files,..) and when i install this test package, the attached files get added into my solution.I did the below steps : 1 : i created a custom Nuget Server…
Amir Jalilifard
  • 2,027
  • 5
  • 26
  • 38
0
votes
1 answer

How to create a NuGet package which will not be picked up automatically by Update-packages

I am making a change to some code which I need for one component of my application but which I do not wish to release to the rest of my application due to concern that it might have an unintended side effect. We currently name our packages…
James Robinson
  • 1,222
  • 1
  • 15
  • 43
0
votes
1 answer

Why do I get InvalidDataException installing from local Nuget.Server?

So I installed a local NuGet server using the NuGet.Server package and VS2012. Everything seems to work fine, I have a package that I created based on a web application. The server knows about the package (i.e. I can list it using "nuget list"),…
Matthew Belk
  • 1,904
  • 2
  • 20
  • 28
0
votes
1 answer

Nuget Package availability to public after publishing

How long will it take for the package to be available in search result on Nuget. Once we publish the package to the Nuget server? if some have some experience about that please share it with me. Thanks
Madu
  • 4,849
  • 9
  • 44
  • 78
1 2 3
19
20