Install scripts don't attempt to install when the runtime specific binaries are present but not the `dotnet` executable
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 64/100
Research direction
Start with dotnet-install.sh and reproduce the reported behavior using the commands in the issue, both before and after removing the dotnet executable from idir. Trace the existing installed-runtime check; done means a missing dotnet or dotnet.exe causes the script to attempt recovery rather than report that the runtime is already installed.
Written by the indexing model from the issue text.
Description
https://github.com/dotnet/vscode-dotnet-runtime/issues/2059#issuecomment-2516628176
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.
ls idir
LICENSE.txt ThirdPartyNotices.txt dotnet host shared
./dotnet-install.sh --install-dir idir/ --runtime aspnetcore
dotnet-install: ASP.NET Core Runtime with version '8.0.11' is already installed.
rm idir/dotnet
./dotnet-install.sh --install-dir idir/ --runtime aspnetcore
dotnet-install: ASP.NET Core Runtime with version '8.0.11' is already installed.
This change would enable a recovery from a corrupted install by using the same command again.
- Dominant language
- PowerShell
- Stars
- 213
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from dotnet/install-scripts
-
up-for-grabs
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
dotnet/install-scripts#686 · 2 reactions ·
-
area-infra
dotnet/install-scripts#699 · 2 reactions · 1 assignee ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
dotnet/install-scripts#595 · 5 comments ·
-
needs-pm-discussion
Difficulty 5/5 Over a week Newbie friendliness 35/100
dotnet/install-scripts#583 · 1 comment · 2 reactions ·
-
needs-pm-discussion
Difficulty 5/5 Over a week Newbie friendliness 35/100
dotnet/install-scripts#580 · 1 comment · 5 reactions ·
All issues in dotnet/install-scripts
Similar issues
-
kind/bug needs-triage
Difficulty 1/5 Under an hour Newbie friendliness 72/100
matrixorigin/matrixone#29223 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
copse-dev/agent-pane#2953 ·
-
bug ci-failure high priority
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
vllm-project/vllm-omni#7972 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
bug good first issue
Difficulty 1/5 Under an hour Newbie friendliness 88/100
amponce/archive-movie-browser#166 ·