-
Notifications
You must be signed in to change notification settings - Fork 81
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
dotnet-install.ps1 installs locally even when same version is already installed globally #17
Comments
@johnbeisner is this something the install script should implement? |
Initial thoughts: |
An opt-in flag sounds reasonable. Something like |
The need tracked in this issue should be a requirement in the re-engineering effort. Moving to the re-engineering project. |
Hi, The scripts are being put into "maintenance mode". This means that the scripts and their ecosystem (i.e. website and feeds) will continue to be monitored, but no new features will be delivered. We are still committed to maintaining the scripts’ high availability and we will quickly respond to any incidents. As part of this effort, we are closing the issues that aren't planned to be delivered. Unfortunately, this issue is one of those that didn't make the cut, and therefore will be closed. Thanks |
@bekir-ozturk Is there a successor to these install scripts that is or will be delivering new features? |
Hi @bb010g, |
HI @bb010g , We are still in maintenance mode and do not plan to implement any new features. |
Seems to me the repo README should note that they're in maintenance mode. People are still requesting new features (and a build script written by someone else just nuked my Program Files SDK installation by running this thing without warning, so that's half my day wasted on cleanup). |
Steps to reproduce
.\dotnet-install.ps1 -Version 2.2.101
Expected behavior
Do nothing.
Maybe provide a
-Force
parameter so that only when that is given, do you still install the versionActual behavior
Version is installed into
c:\users\USERNAME\AppData\Local\Microsoft\dotnet
, even if it was already installed inC:\Program Files\dotnet\sdk
Environment data
dotnet --info
output:The text was updated successfully, but these errors were encountered: