-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[V3] Add source repository information #6262
Comments
I've been adding .net support to OctoLinker and now I'm working on pulling the repo info for each package so we can link to that instead of the nuget.org page when available and show hovercards. It'd be great to see the repo info get surfaced to the json api instead of having to find and parse the latest nuspec file. We're caching this info for 12 hours, but dealing with xml in javascript is far from ideal. |
I think the first step would be to add to the |
I came across this issue and would very much like to be able to retrieve the repository URL from the v3 feed. I'd very much like to avoid having to scrap the nuget.org site... 🙏 |
Up to this issue. Really needed. |
Add the source repository URL and type to the catalog and package metadata resources. This allows clients like Visual Studio and BaGet to display the source repository information.
For more information, see the repository source spec and the change that added source repository information to the Gallery.
The text was updated successfully, but these errors were encountered: