need to debug service stack source and I've found, that they are publishing their sources, but when I run nuget command to install package it fails without any clear exception:
PM> Install-Package ServiceStack.Common -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Install-Package : An error occurred while processing this request.
At line:1 char:16
+ Install-Package <<<< ServiceStack.Common -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Never used -Source
option before, does it work in general? My used version is
Package Manager Console Host Version 2.2.31210.9045