Hosting Nuget Gallery locally via localhost, cannot access its feed from Visual Studio Library Package Manager - returns 404 Not Found

怎甘沉沦 提交于 2020-01-15 05:54:07

问题


I set up and installed the NuGet Gallery via:

localhost:55880

I can manually navigate to the site:

But, when I try to add this URL as a package source in Visual Studio:

And then go to Package Manager Console, I get a 404 Not Found error:

QUESTION: Does anyone know what I'm doing wrong?


回答1:


The feed itself is located at http://localhost:55880/api/v2. It should be on the page you took a screenshot of.



来源:https://stackoverflow.com/questions/17452398/hosting-nuget-gallery-locally-via-localhost-cannot-access-its-feed-from-visual

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!