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

[SUGGESTION] Notify me when new Nuget package versions are available #937

Open
zwikk opened this issue Feb 21, 2024 · 1 comment
Open

[SUGGESTION] Notify me when new Nuget package versions are available #937

zwikk opened this issue Feb 21, 2024 · 1 comment
Labels
area-nuget NuGet Package Manager area-project Project load, Solution Explorer enhancement New feature or request triaged The issue has been triaged
Milestone

Comments

@zwikk
Copy link

zwikk commented Feb 21, 2024

Describe the feature you'd like

A feature that has been available in Visual Studio (incl for Mac) since forever is sorely needed in VSCode. I keep missing Nuget version updates simply because the tooling doesn't tell me.

This is what I see in VS for Mac when new versions are available:

Screenshot 2024-02-21 at 11 28 27

No such thing in VScode.

Alternatives considered

I currently use the 3rd party dotnet global tool called dotnet-outdated. Works great but requires a manual action, I do need to remember running this tool regularly.

Environment Information

  • OS: MacOS (on Apple Silicon)
  • VSCode 1.86.2
  • Extensions:
    • C# v2.18.15 (pre-release)
    • C# Dev Kit v1.4.2 (pre-release)
    • .NET MAUI v0.9.3 (pre-release)
@zwikk zwikk added the enhancement New feature or request label Feb 21, 2024
@microsoft-issue-labeler microsoft-issue-labeler bot added the area-project Project load, Solution Explorer label Feb 21, 2024
@webreidi webreidi added the area-nuget NuGet Package Manager label Feb 22, 2024
@tmeschter tmeschter added the triaged The issue has been triaged label Feb 29, 2024
@tmeschter tmeschter added this to the Backlog milestone Feb 29, 2024
@microsoft microsoft deleted a comment from github-actions bot Mar 21, 2024
@JonDouglas
Copy link
Member

JonDouglas commented May 22, 2024

This VS4M functionality is wonderful and could be a potential item in the solution explorer. Here are a few designs around this:

Package status indicators which most closely represents this ask:
NuGet/Home#11838

dotnet audit which can let you know what needs updated:
NuGet/Home#11549

dotnet update package which can do the update operation by itself:
NuGet/Home#11812

Wonderful suggestion! Let's collect some upvotes and comments on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-nuget NuGet Package Manager area-project Project load, Solution Explorer enhancement New feature or request triaged The issue has been triaged
Projects
None yet
Development

No branches or pull requests

4 participants