-
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
Save the order of NuGet Package Feeds in VS Options Dialog #9653
Comments
We've been wanting to remove the arrow keys from the options dialog. Starting with VS 2015, there's no such thing as a preference order of sources (project.json & PackageReference are pretty adamant about it). This is even more of a problem when you can account for the fact that NuGet configs are merged, so sources could be coming from different configs. My vote would be to close this issue and add a comment about changing the persistence order in #7973. The problem with the current UI is that it's not obvious where the sources are defined. They could be defined in multiple configs and there's no way to express that. The UI redesign in #7973 covers that. |
8315 - not sure that we said we wanted to remove them. Why not make them change the order? 7973 - I would call this "a bulleted list of relatively broad UI config concepts". Do we have anything solidified, any mockups? |
I discussed with Karan about a year back. Regardless, he doesn't own it anymore so that's a moot point.
2 reasons Arrows as priority orderI want to call attention to the specific response the NuGet team gave in the issue you linked #3676 (comment). Arrows as persistence orderIn this particular issue a customer wants the arrows to control the persistence order of the sources. So we have examples of 2 different customers misinterpreting the arrows.
What happens when you Wrapping it upMy conclusion from it all, the arrows add no obvious value to the topic and are ambigious.
#7973 captures the requirements for a settings UI redesign. I've not seen any finalized mock-ups myself. That issue is not actively worked on. Incremental progressGiven the cascading behavior of NuGet.config, the current UI is obviously lacking and in need of a refresh. #7973 is used to track the requirements. |
Either way slice it, the feedback here is the same as #8315, closing it as dup of that. |
This issue has been moved from a ticket on Developer Community.
You can add multiple Nuget-Feed-Sources with VisualStudio which is then save to "%AppData%\NuGet\NuGet.Config".
In VisualStudio you can change the order of that sources but the order is not saved into the config. After a VS restart the order has not changed.
Workaround: Editing the file manually.
Original Comments
Visual Studio Feedback System on 6/3/2020, 01:57 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: