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 UI cannot interact with version ranges with no minimum #3109

Closed
joelverhagen opened this issue Jul 11, 2016 · 2 comments
Closed

NuGet UI cannot interact with version ranges with no minimum #3109

joelverhagen opened this issue Jul 11, 2016 · 2 comments
Labels
Icebox cleanup candidate Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client Status:Inactive Icebox issues not updated for a specific long time Type:Bug
Milestone

Comments

@joelverhagen
Copy link
Member

joelverhagen commented Jul 11, 2016

With a project.json + .csproj, version ranges without a minimum range (e.g. (, 8.0.1]) cannot be upgraded or uninstalled. None of the package details appear in the UI.

image

example project.json

{
  "dependencies": {
    "Newtonsoft.Json": "(, 8.0.1]"
  },
  "frameworks": {
    "net452": { }
  },
  "runtimes": {
    "win": { }
  }
}
@rrelyea rrelyea added this to the Future milestone Jul 12, 2016
@PatoBeltran PatoBeltran modified the milestones: Future-2, Backlog Oct 17, 2017
@PatoBeltran PatoBeltran added the Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. label Nov 29, 2017
@ghost ghost added the Status:Inactive Icebox issues not updated for a specific long time label Sep 1, 2022
@ghost
Copy link

ghost commented Nov 18, 2022

Due to lack of recent activity, this issue has been marked as a candidate for icebox cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will add a Triage:NeedsTriageDiscussion label and lead to a triaging process.
This process is part of the experimental Stale icebox issues cleanup we are currently trialing. Please share any feedback you might have in the linked issue.

@ghost
Copy link

ghost commented Dec 2, 2022

This issue will now be closed since it had been marked Icebox cleanup candidate, but received no further activity in the past 14 days.

@ghost ghost closed this as completed Dec 2, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Icebox cleanup candidate Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client Status:Inactive Icebox issues not updated for a specific long time Type:Bug
Projects
None yet
Development

No branches or pull requests

5 participants