asdf-dotnet-core icon indicating copy to clipboard operation
asdf-dotnet-core copied to clipboard

Error installing 8.0.201

Open AndreTheHunter opened this issue 4 months ago • 1 comments

Running asdf install dotnet-core latest produces a "Could not find .NET Core SDK with version = 8.0.201" error.

❯ asdf install dotnet-core latest
Downloading the CLI installer
Installing the CLI requested version 8.0.201. Please wait, installation may take a few minutes.
dotnet_install: Warning: Value "Current" is deprecated for -Channel option. Use "STS" instead.
dotnet-install: Attempting to download using primary link https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-osx-arm64.tar.gz
curl: (22) The requested URL returned error: 404
dotnet-install: The resource at primary link 'https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-osx-arm64.tar.gz' is not available.
dotnet-install: Attempting to download using legacy link https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-dev-osx-arm64.8.0.201.tar.gz
curl: (22) The requested URL returned error: 404
dotnet-install: The resource at legacy link 'https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-dev-osx-arm64.8.0.201.tar.gz' is not available.
dotnet-install: Attempting to download using primary link https://dotnetbuilds.azureedge.net/public/Sdk/8.0.201/dotnet-sdk-8.0.201-osx-arm64.tar.gz
curl: (22) The requested URL returned error: 404
dotnet-install: The resource at primary link 'https://dotnetbuilds.azureedge.net/public/Sdk/8.0.201/dotnet-sdk-8.0.201-osx-arm64.tar.gz' is not available.
dotnet-install: Attempting to download using legacy link https://dotnetbuilds.azureedge.net/public/Sdk/8.0.201/dotnet-dev-osx-arm64.8.0.201.tar.gz
curl: (22) The requested URL returned error: 404
dotnet-install: The resource at legacy link 'https://dotnetbuilds.azureedge.net/public/Sdk/8.0.201/dotnet-dev-osx-arm64.8.0.201.tar.gz' is not available.
dotnet_install: Error: Could not find `.NET Core SDK` with version = 8.0.201
dotnet_install: Error: Refer to: https://aka.ms/dotnet-os-lifecycle for information on .NET Core support
The CLI has been installed.

The install fails, leaving an invalid dotnet shim

AndreTheHunter avatar Feb 16 '24 01:02 AndreTheHunter