Skip to content
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

Nuget returns prerelease packages even if prerelease query parameter is false #25749

Open
acquleo opened this issue Jul 7, 2023 · 1 comment
Labels
topic/packages type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@acquleo
Copy link

acquleo commented Jul 7, 2023

Description

the following request:
http://integra-swarm1:6448/api/packages/TeTsistemi/nuget/query?q=&skip=0&take=26&prerelease=false&supportedFramework=net7.0&semVerLevel=2.0.0

returns also prerelease packages:

Member: version
[Path with value: /data/[]/versions/[]/version:1.0.2-alpha.0.3]
[Member with value: version:1.0.2-alpha.0.3]
String value: 1.0.2-alpha.0.3
Key: version
[Path: /data/[]/versions/[]/version]

attached the screenshot of visual studio user interface.

thanks

Gitea Version

1.19.3

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

image

Git Version

No response

Operating System

Ubuntu 22.04.2 LTS

How are you running Gitea?

docker swarm

Database

PostgreSQL

@KN4CK3R KN4CK3R added type/feature Completely new functionality. Can only be merged if feature freeze is not active. topic/packages type/proposal The new feature has not been accepted yet but needs to be discussed first. and removed type/bug type/feature Completely new functionality. Can only be merged if feature freeze is not active. labels Jul 7, 2023
@KN4CK3R
Copy link
Member

KN4CK3R commented Jul 7, 2023

Not really a bug because I did not implement other parameters besides q, skip and take. We may extend this after #25613 got merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/packages type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

2 participants