-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
SDK users can update their installed runtime and SDKs #14960
Comments
How you do you plan to handle the case where the runtime or SDK was installed through a package manager ( |
@omajid Getting our experience right on Linux especially wrt package managers is one of the reasons that this work is not going to come in until .NET7. We're planning on doing some groundwork this release to set us on a path to have this in .NET7. Once we have designs for this in the future, we'll post them for review and feedback. |
Sounds good.
I am one of the package maintainers for the .NET packages on RHEL and Fedora. Please feel free to loop me in if there's anything Linux-distro related that I might be able to help with. |
I would assume that this UX is straightforward to deliver with a package manager and that the primarily challenge is with the non-package-manager scenario. Is that right? |
I think there's also some concern that the UX for the non-package-manager scenario might introduce confusion for package-manager scenarios. For example, if there's a (hypothetical) |
I'm not a fan of new deployment features that do any of:
We need to switch to the following being the primary scenarios:
In the early days of the workloads feature, we had a plan where an installation orchestrator could install a manifest in a known location and the CLI would use that to produce error messages like: This installation is managed by yum.
You can install the component you requested with the following command:
sudo yum install foo Would that help? |
I see dotnet/install-scripts#476 is now linked to this issue, but this issue has seen no activity in over 2 years. What is the situation with this @marcpopMSFT ? .NET clearly lacks a sensible way of managing SDK versions and it's a similar problem to the one in the JS world that has been solved by numerous tools like nvm. It's odd that for .NET we have a global.json to specify version and roll forward rules but no way to actually manage installing the correct SDK version! |
We've had a number of internal discussions and customer development around what customers would want for an improved acquisition experience covering a new installer UI with selectable components, a CLI experience covering upgrade and uninstall, what customers might want on linux platforms, etc. We're not quite ready to outline a new experience design for feedback or propose a timeline as other work keeps taking priority. Hopefully in the coming months we can at least share some ideas in the designs repo to get feedback. |
Only update muxer is the problem. Need to both back ward and forward compact (a problem of host team)
Do we update just patch version or across feature band or even across major/minor?
How do we handle update of non-admin vs. admin install?
The text was updated successfully, but these errors were encountered: