-
Notifications
You must be signed in to change notification settings - Fork 258
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
Smart context menus in the solution explorer (show only when applicable) #9007
Comments
Thanks for opening this issue. Based on our discussions, this is where we need to land. #8956 will help folks who already know they need to update their package and will find an in-context menu. |
Dependent Project System changes are being tracked here: dotnet/project-system#5798 |
Will this also not just be about smart context menus, but the visual indicator in solution explorer as well? |
@nkolev92, not sure if you wanted to include the visual indicators too as part of smart context menus (I assumed so because of the VS Mac analogy). If not, we should create another issue to track the visual indicators. /cc: @JonDouglas |
I think my idea was to cover the indicators too. The engineering work for determining whether it's applicable and showing the indicator is equivalent. It makes sense experience wise too. |
The #8956 effort will add "update" context menus.
This context menu will be shown for every package.
Ideally this context menu is only shown when applicable, like if there are updates available (or a next step, applicable updates available).
A comparable experience is the VS for Mac solution explorer.
fyi @anangaur @donnie-msft
The text was updated successfully, but these errors were encountered: