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.

Support .NET 6 Release Candidate 1

See original GitHub issue

Description

paket fails when dotnet 6.0.100-rc.1.21463.6 is installed

Repro steps

image

Actual behavior

Failed to initialize CoreCLR, HRESULT: 0x80004005

Known workarounds

I think CLI tool should be compiled with

<RollForward>LatestMajor</RollForward>

as it is done in fsdocs & fslex

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sergey-tihoncommented, Oct 30, 2021
0reactions
eglyphcommented, Mar 30, 2022

Reinstalling everything works, but please note paket 7.1.3 still requires .NET 3.1 installed, even when your project is on higher SDK versions. Otherwise it will give the Failed to initialize CoreCLR, HRESULT: 0x80004005 error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Announcing .NET 6 Release Candidate 1
It is the first of two “go live” release candidate releases that are supported in production. For the last month or so, the...
Read more >
.NET 6 Release Candidate 1 Ships - ...
Microsoft shipped the first of two Release Candidate versions of .NET 6, set to debut in November as a consolidation of all the...
Read more >
Download And Install .NET 6 Release Candidate 1 (Offline ...
Alongside .NET 5.0.10 and .NET Core 3.1.19, Microsoft has also released .NET 6 Release Candidate (RC) 1. Release Candidate is an early release...
Read more >
.NET 6 Release Candidate 1 : r/dotnet
NET 6 RC1 has been tested and is supported with Visual Studio 2022 Preview 4. ... NET MAUI, Hot Reload for C# apps,...
Read more >
NET 6.0.0 RC 1 - September 14, 2021
NET 6.0.0 RC 1 and .NET SDK 6.0.100-rc.1.21463.6 releases are available for download. The latest 6.0 release is always listed at ...
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