Tom Setkowski
Tom Setkowski
Since neither this issue or #182 looks like it will be addressed, I created a [new nuget server implementation](https://github.com/ai-traders/liget) which runs on dotnet core and aims at hosting primarily on...
When trying to download this package, error in server logs says: ``` ---> (Inner Exception #0) System.Xml.XmlException: The 'TResult' start tag on line 6 position 45 does not match the...
I recall @arvindsv talking on gitter that this is legacy behavior that should be removed. It used to be that bundled plugins had move quality testing and hence their priority...
Some option which would allow to **not distribute ssh keys to go agents at all** is by leveraging ssh agent forwarding. - server is running ssh-agent with all keys added...
Hi @cpyfferoen Thanks for feedback. It looks like a bug - there is no search endpoint in liget for cached packages. The `/api/cache/v3/index.json` returns search service address with something like...
> Your instructions seem to indicate the problem can be solved quickly, and I'm certain it can by someone who knows what they are doing Don't know why you think...
After digging into this, I found that search service returns quite a [complex object](https://docs.microsoft.com/en-us/nuget/api/search-query-service-resource#search-result) which includes registration endpoint. So every response from nuget would have to be rewritten with updated...
Thanks. Now I get your use case. I'll see what I can do. No promises though...
Hi @loic-sharma I am definitely not a fan of the nuget client libraries. No idea why they are crafted this way.... While I certainly want to use them in integration...
@cpyfferoen I have created a PR https://github.com/ai-traders/liget/pull/11 which implements the search endpoint for cached packages. Although your original `nuget list` command still does not work. I have an integration test...