dotnet / dotnet/vscode-dotnet-runtime
Not enough space on disk may manifest as a network error or timeout.
Open
cause:incorrect-disk-space
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
It looks like we should verify disk space better before we start, as the install script has some code which will fail with 404 if there is not enough space on disk.
```
Error: Exception calling "CopyTo" with "1" argument(s): "There is not enough space on the disk.
" Downloading from "primary" link has failed with error:
Uri: https:/
StatusCode: 404
Error: Unable to download https:/ Returned HTTP status code: 404
Could not find "ASP.NET Core Runtime" with version = 8.0.22
Refer to: https:/ for information on .NET support
```
Contributor guide
Assessment
This issue has not been assessed yet.