pcislo / vscode-nuget-gallery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support open in csproj /sln just like vs 2022

heartacker opened this issue · comments

,that is use full

please provide more information, why this can be better that current solution

hi, thank you for repley

there is the question

  1. I cannot know what nugets I have installed now

image

  1. I want to know what I have installed, where is some updates, I can not know

  2. if there are multi csporject, how can I see specify cs project nugets status

  3. How can I update the same nuget package if there are multi project and have same nuget installed, we must update it as the same time

maybe vs 2022 is good example

image

we can open a sln/cs proj
and see what happens(install/update/multi project)

Listing installed packages will be added in the next version. It will solve most of the problems that you mentioned.
In case of updating packages in multiple projects and the same time, it's possible in the current version. Just use the plus button next to the projects that you want to update/

scr