adrian-pavel / visual-nuget

Code for the Visual NuGet package manager extension for VS Code.
MIT License
30 stars 5 forks source link

Update all packages in Solution #15

Open JohnGalt1717 opened 2 years ago

JohnGalt1717 commented 2 years ago

Love this! The last missing piece to dump Vs.net really.

Any chance of adding the equivalent in VS.net of "Manage Packages for Solution"? I.e. right click on the .sln file, get the menu and it goes through and finds all packages in the project installed or that can be updated and shows which projects use it?

Thanks again!

adrian-pavel commented 2 years ago

Hello! Glad you like Visual NuGet. Yes, there is a plan to add that functionality but unfortunately in this period I am caught up with other projects as well. So not sure when exactly I will get to it because, even though it might seem simple, it would be quite complex to implement properly.

JohnGalt1717 commented 2 years ago

Is there anything I could do to help with this? Seems to me it's stepping through xml to get the csproj and then using your existing code and then deduping?

adrian-pavel commented 2 years ago

Hi, thank you for offering, but even though it might seem that it's straight forward, I am not very happy with how the code is right now and before adding such a large feature I would like to do some refactorings.

adrian-pavel commented 1 year ago

Hello, unfortunately I'm in a period in my life in which I just don't have enough time to work on visual-nuget anymore. But please feel free to open a PR and I will try to review as soon as I can.