Live data from Hacker News

Nuget.org is down (slow day for .NET Devs starting new projects)

nuget.org

1–3 of 3 posts

Re: Nuget.org is down (slow day for .NET Devs starting new projects)

#2
Thank god i have a private nuget feed in my network with local packages (internal api's and dll's for it) and the most important nuget packages (elmah, json.net, ...)

http://docs.nuget.org/docs/creating-packages/hosting-your-ow...

It's pretty easily and makes you less dependent on nuget... It took me a half an hour te get it set up.

PS. I wonder if it's as easy to setup your own private rubygem feed :)

Re: Nuget.org is down (slow day for .NET Devs starting new projects)

#3

Thank god i have a private nuget feed in my network with local packages (internal api's and dll's for it) and the most important nuget packages (elmah, json.net, ...) http://docs.nuget.org/docs/creating-packages/hosting-your-ow... It's pretty easily and makes you less dependent on nuget... It took me a half an hour te get it set up. PS. I wonder if it's as easy to setup your own private rubygem feed :)

Thanks for that bit of info, I learned something new today.

edit: It's not really back yet.