-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support .NET 6 Release Candidate 1 #4088
Comments
I'm getting this with RC2, does it need to be recompiled? |
I've fixed it by reinstalling .net |
I am having the same issue on the released dotnet. Is reinstalling the only working option? |
We had a similar issue with Paket using .NET 6.0.100, on a macOS that worked with .NET 5.0.403 (and worked on both with at least Windows). We just fixed by reinstalling everything - thanks for the pointer @sergey-tihon In case it helps others this |
Happened again to me after Maybe it worth to compile paket for |
Reinstalling everything works, but please note |
Description
paket
fails when dotnet6.0.100-rc.1.21463.6
is installedRepro steps
Actual behavior
Failed to initialize CoreCLR, HRESULT: 0x80004005
Known workarounds
I think CLI tool should be compiled with
as it is done in fsdocs & fslex
The text was updated successfully, but these errors were encountered: