question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

,NET 6 RC2 version support

See original GitHub issue

Setup .NET RC2 / latest versions…

I am trying to setup DOTNET_CORE_VERSION: 6.0.0-rc.2.21480.5 with include-prerelease: True

It keeps failing with the error below… so far only working one is DOTNET_CORE_VERSION: 6.0.100-rc.1.21458.32. Any idea how to get the support for latest version of .NET 6?

dotnet-install: Downloading primary link https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.0-rc.2.21480.5/dotnet-sdk-6.0.0-rc.2.21480.5-linux-x64.tar.gz curl: (22) The requested URL returned error: 404 dotnet-install: The resource at https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.0-rc.2.21480.5/dotnet-sdk-6.0.0-rc.2.21480.5-linux-x64.tar.gz is not available. dotnet_install: Error: Could not find .NET Core SDK with version = 6.0.0-rc.2.21480.5 dotnet_install: Error: Refer to: https://aka.ms/dotnet-os-lifecycle for information on .NET Core support Error: The process ‘/home/runner/work/_actions/actions/setup-dotnet/v1.8.0/externals/install-dotnet.sh’ failed with exit code 1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
vsafonkincommented, Nov 15, 2021

@ralftar, it’s correct, if version is not specified as action input and global.json is not found, setup action do nothing. Therefore it will be use pre-installed .NET from runner.

0reactions
vsafonkincommented, Nov 25, 2021

Closed, because the issue is resolved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Announcing .NET 6 Release Candidate 2
.NET 6 RC2 has been tested and is supported with Visual Studio 2022 Preview 5, also releasing today. .NET 6 will be supported...
Read more >
With .NET 6 RC 2 Release, Developers Push Back on C# ...
NET 6 RC2 has been tested and is supported with Visual Studio 2022 Preview 5, also releasing today [Oct. 12]. .NET 6 will...
Read more >
NET Core 6.0.0-rc.2
Release 6.0.0-rc.2 of .NET Core, released on 2021-10-12. versionsof.net gives an overview of all releases and versions of .NET Core.
Read more >
Download .NET 6 Release Candidate 2 (Offline Installers)
NET 6 Release Candidate (RC) 2 has been released by Microsoft, ... Microsoft s also working to add macOS and Windows Arm64 support....
Read more >
The .NET Stacks #67: .NET 6 RC2 arrives - Dave Brock
Right on time, last week Microsoft rolled out the .NET 6 RC 2 release. It's the second of two "go live" RCs that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found