Install scripts don't attempt to install when the runtime specific binaries are present but not the dotnet
executable
#552
Labels
devkit-related
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Priority:3
triaged
dotnet/vscode-dotnet-runtime#2059 (comment)
Install scripts could check that dotnet.exe / dotnet is present in the directory before deciding whether to install or report that it's already installed.
This change would enable a recovery from a corrupted install by using the same command again.
The text was updated successfully, but these errors were encountered: