Nuget extra Catalog entries #9630

Closed
opened 2025-11-02 08:44:55 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @rodriciru on GitHub (Sep 28, 2022).

Feature Description

Now we don't have in NuGet registry an iconurl and more entries from the NuGet catalog https://learn.microsoft.com/en-us/nuget/api/registration-base-url-resource#catalog-entry
I know it's not a big problem, but will be nice to have at some point.

Screenshots

No response

Originally created by @rodriciru on GitHub (Sep 28, 2022). ### Feature Description Now we don't have in NuGet registry an iconurl and more entries from the NuGet catalog https://learn.microsoft.com/en-us/nuget/api/registration-base-url-resource#catalog-entry I know it's not a big problem, but will be nice to have at some point. ### Screenshots _No response_
GiteaMirror added the topic/packagestype/proposaltype/feature labels 2025-11-02 08:44:55 -06:00
Author
Owner

@vjacquet commented on GitHub (May 4, 2023):

I guess this is the reason why we do not have the icon displayed when we browse the registry in Visual Studio.

I also noted that the project's URL is incorrectly spelled as projectURL instead of projectUrl in the following lines

This does not seem to bother Visual Studio.

@vjacquet commented on GitHub (May 4, 2023): I guess this is the reason why we do not have the icon displayed when we browse the registry in Visual Studio. I also noted that the project's URL is incorrectly spelled as `projectURL` instead of `projectUrl` in the following lines - https://github.com/go-gitea/gitea/blob/86ace4b5c2cd6e02eae6814a81992c2591b6448d/routers/api/packages/nuget/api_v3.go#L60 - https://github.com/go-gitea/gitea/blob/86ace4b5c2cd6e02eae6814a81992c2591b6448d/routers/api/packages/nuget/api_v3.go#L193 This does not seem to bother Visual Studio.
Author
Owner

@lunny commented on GitHub (May 5, 2023):

I guess this is the reason why we do not have the icon displayed when we browse the registry in Visual Studio.

I also noted that the project's URL is incorrectly spelled as projectURL instead of projectUrl in the following lines

* https://github.com/go-gitea/gitea/blob/86ace4b5c2cd6e02eae6814a81992c2591b6448d/routers/api/packages/nuget/api_v3.go#L60

* https://github.com/go-gitea/gitea/blob/86ace4b5c2cd6e02eae6814a81992c2591b6448d/routers/api/packages/nuget/api_v3.go#L193

This does not seem to bother Visual Studio.

Could you send a PR to fix that?

@lunny commented on GitHub (May 5, 2023): > I guess this is the reason why we do not have the icon displayed when we browse the registry in Visual Studio. > > I also noted that the project's URL is incorrectly spelled as `projectURL` instead of `projectUrl` in the following lines > > * https://github.com/go-gitea/gitea/blob/86ace4b5c2cd6e02eae6814a81992c2591b6448d/routers/api/packages/nuget/api_v3.go#L60 > > * https://github.com/go-gitea/gitea/blob/86ace4b5c2cd6e02eae6814a81992c2591b6448d/routers/api/packages/nuget/api_v3.go#L193 > > > This does not seem to bother Visual Studio. Could you send a PR to fix that?
Author
Owner

@vjacquet commented on GitHub (May 5, 2023):

I do not speak go but I'll see what I can do 😄.

@vjacquet commented on GitHub (May 5, 2023): I do not speak go but I'll see what I can do :smile:.
Author
Owner

@ScionOfDesign commented on GitHub (Jul 3, 2025):

The lack of icons was annoying me so to took the time to go through and make sure that the Gitea NuGet API has significantly more parity with the GitHub one.

@ScionOfDesign commented on GitHub (Jul 3, 2025): The lack of icons was annoying me so to took the time to go through and make sure that the Gitea NuGet API has significantly more parity with the GitHub one.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9630