Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hosting your own NuGet and Symbol Source server?

Tags:

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 allow publishing source code, even to SymbolSource.Org private repo.

Thank you.

like image 202
Saxman Avatar asked Jul 19 '12 23:07

Saxman


People also ask

How do I host a private NuGet package?

Go to Tools > NuGet Package Manager > Package Manager Settings, select Package Manager Sources, and then click the + button. Choose feed Name, set the feed URL to: https://nuget.telerik.com/nuget, and click OK. Create or load your project. Go to Tools > NuGet Package Manager > Manage NuGet Packages for a solution.

How do I run a NuGet server?

To do this, right-click on the project in the Solution Explorer and select Manage NuGet Packages as shown below. On the window that opens, search for NuGet. Server and select the version you want to install. Once selected, Visual Studio will start to download and install the dependencies into the project.

Where is NuGet hosted?

Server. NuGet Gallery: Packages are hosted on an Internet server using the NuGet Gallery Project (github.com). NuGet Gallery provides user management and features such as an extensive web UI that allows searching and exploring packages from within the browser, similar to nuget.org.


2 Answers

Just found out that SymbolSource released a community edition called SymbolSource Server Basic. Got it working in about an hour!

like image 168
Saxman Avatar answered Oct 20 '22 00:10

Saxman


this should be possible with NuGet.Server acting as a symbols+source server, according to this post: NuGetsymbolssource-repository

let me know if that doesn't work,

like image 45
Alexandre Dion Avatar answered Oct 20 '22 01:10

Alexandre Dion