csharp.nvim icon indicating copy to clipboard operation
csharp.nvim copied to clipboard

Enhancement: Manage NuGet Packages

Open ghost opened this issue 1 year ago • 2 comments

It would be nice to be able to manage NuGet packages for a given project/solution. The ability to add/update/remove and also seeing outdated packages as well as ones with vulnerabilities

ghost avatar Jul 25 '24 01:07 ghost

Super early in development, but I'm currently working on a nuget package manager: https://github.com/Speiser/nuget.nvim

Speiser avatar Aug 30 '24 09:08 Speiser

I'll just add my plugin here as well: https://github.com/jesperlundberg/projektgunnar.nvim It has add, update in project, update in solution, remove nugets. It also has add project to solution, add project to project.

JesperLundberg avatar Dec 02 '24 09:12 JesperLundberg