-
Notifications
You must be signed in to change notification settings - Fork 252
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
[Epic]: Central Package Management Improvements for 17.3 #11752
Comments
Please seriously consider #9464 as part of this initial stable release. At the very least, before deferring it make sure that implementing it later won't require any breaking change that would block its delivery later. It's a very important scenario for us. |
@jeffkl I also propose the central package management be activated when the |
@Nirmal4G I agree, that's something I'm planning on doing for the next release (Visual Studio 2022 17.4) |
@edumserrano please file a new issue for tracking and include exact steps I can follow to reproduce the problem which will greatly help with the investigation. Thanks for reporting this. |
@jeffkl is there an issue or something tracking the VS UI improvements so that I can follow the status of that work as well? Thanks |
@andrew-hampton yes, it is here: #9015 |
@jeffkl Can we close as completed? |
Yes good idea! |
@jeffkl and @JonDouglas, why was this epic closed? I'm running VS 17.3.2, and I still get NuGet preview messages in VS and MSBuild on restores: Issue #11724 was closed by @nkolev92 on Apr 18, but it doesn't appear that the preview message was ever taken out. It's certainly still present in VS 17.3.2 and MSBuild 17.3.1+2badb37d1. So, this epic shouldn't be closed, or its title and milestones should be updated, or #11724 should be reopened, or something. To a non-Microsoftie, it's extremely difficult to understand why it seems so difficult to get this CPM preview message turned off in VS. :-( |
@menees some of the features were pushed to the next release, including the removal of the preview message. As Jon mentioned, the next iteration of work is being tracked in #11952
I'm sorry for your frustration, I agree that the message should have had a setting to suppress it. I'll be sure to incorporate this feedback with future messages since they can't be suppressed out-of-the-box like warnings can. |
These items need to be addressed to make central package management production ready.
Issues
Features
Performance
Take performance measurements for large repositories to ensure that there is no regression in restore times. Also look for any optimizations that can be made.
Visual Studio support
In parallel, we're working with the Project System team to support updating
Directory.Packages.props
instead of individual projects so the experience in the UI is correct.Pull Requests
The text was updated successfully, but these errors were encountered: