nuget-server Questions
4
Solved
My organization has several nuget v2 feeds (.net app consuming nuget.server) for our internally developed packages and to re-host third party packages (since our build machines do not have internet...
Supersensual asked 9/11, 2015 at 18:45
0
I would like to inspect what symbols are available on a symbol server. I expect that a symbol server hosts more or less a collection of .pdb files for various applications.
Tools like Visual Studio...
Danford asked 13/5, 2022 at 18:59
7
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?
...
Backslide asked 20/8, 2012 at 3:42
8
Solved
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 err...
Trencherman asked 8/5, 2013 at 22:18
0
I´ve seen that there is a way to mark packages as deprecated on nuget.org (https://devblogs.microsoft.com/nuget/deprecating-packages-on-nuget-org/).
Unfortunally I don't push my packages to nuget.o...
Ogata asked 28/7, 2021 at 11:2
4
Solved
I have a build server that pulls nuget packages on every build, and currently have a NugetGallery deployed internally for custom packages. Right now that eats bandwidth like no tomorrow (not a huge...
Nickens asked 26/1, 2015 at 18:7
1
Solved
I've created a private NuGet server (https://github.com/ai-traders/liget) which requires an API key to upload packages but not to download/restore them.
I am sure I can enhance the code of the serv...
Encomiastic asked 15/7, 2020 at 12:6
6
Solved
I use two computers, one with internet connection and the other one without.
I want to install a Nuget package (Nuget.server) with all its dependencies on the offline computer.
Unfortunately it is ...
Izzy asked 13/7, 2014 at 16:2
1
Solved
My goal is to deploy NuGet packages (to in-house Nuget server) that auto-increment the version based on date and last Rev, and include a -beta tag.
I am using VSTS to build and package using cake,...
Annoyance asked 8/8, 2019 at 21:45
2
Solved
I added dotnet task (.Net Core) to do a nuget push. In the Nuget server section it asked me to use create a new Nuget Connection. I went with the API Key option and game in connection name,Feed URL...
Cyclist asked 20/3, 2018 at 0:56
3
Solved
I have setup a custom NuGet server for my company. It all works great - I can publish, view packages, etc.
My only concern is that I can publish a package with the same name and version number, th...
Foucquet asked 12/7, 2013 at 4:28
10
Solved
I have followed the instructions to setup and host my own NuGet feed. I am running the web application on a Windows 2012 (IIS 8.5) box.
I build and run the solution and get the default.aspx page.....
Vergeboard asked 29/5, 2015 at 21:14
7
Solved
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 a...
Stheno asked 13/9, 2011 at 20:7
1
I am running a private Nuget Server locally on IIS.
I am creating packages and uploading them all via commadline using nuget.exe (Later on I have to put this on build server, hence the command line...
Thaliathalidomide asked 30/9, 2014 at 2:13
2
I know this is a vague question, but I spent hours of searching and couldn't find a solution.
I have a class library project - A
I have another class library project - B
B has a reference to A
I ha...
Meleager asked 22/10, 2017 at 11:13
3
Solved
We are using the improved Automatic Package Restore process to restore missing NuGet packages.
When building, the Restore dialog pops up as it starts to download from the package sources, which is...
Locoweed asked 29/5, 2014 at 8:17
4
Solved
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 whic...
Riki asked 11/9, 2012 at 17:6
2
Solved
I have have two packages \ projects "A" and "B". Where "B" is depending on "A" and use it as a reference.
When my build process in TFS is building "A" it's creating a nuget package from the nuspec ...
Klaipeda asked 12/4, 2017 at 7:24
1
My job has a private NuGet repo. I'm able to install packages from it and from nuget.org. I'm running into problems when there's a package stored on the private repo that has a dependency on a pack...
Udela asked 3/3, 2016 at 17:40
4
Solved
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, the...
Identic asked 15/10, 2012 at 14:26
6
Solved
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 d...
Target asked 10/1, 2013 at 16:16
0
We are using Team city as an internal NuGet repository.
I have added an icon url to my nuspec file and placed the icon file on an IIS with Content Browsing enabled. And the icon shows up in the Nu...
Hornstein asked 3/8, 2016 at 14:4
4
Solved
Whilst trying to restore nuget packages I am getting the following:-
Error 1 The underlying connection was closed: An unexpected error occurred on a send.
Error 2 The underlying connection was clo...
Stoddard asked 14/11, 2014 at 10:44
1
Solved
I'm interested in writing a client library for the NuGet v3 API in a non-.NET language.
What are the requests required to get a package, and what does the response looks like?
i.e.
GET {package-ver...
Butterwort asked 23/1, 2016 at 2:19
0
I have two DLLs with different names that I need to use in a project. I'm able to do this using extern alias as shown here: https://msdn.microsoft.com/en-us/library/ms173212.aspx
This involves cha...
Gerry asked 29/10, 2015 at 11:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.