Open dallinbeutler opened 4 years ago
just tried updating paket to 5.247.2 and also 6.0.0-alpha033, still fails
I realize now this is probably a hidden backend issue related to Paket itself, considering dotnet build
in the new project directory results in the error:
Extracting platforms from path 'net5.0' failed, a newer Paket version might support it, otherwise please open an issue for a missing platform handler.
Should I close this issue, or wait for the solution on Paket's side to retest?
Describe the bug I'm trying to create a brand new console project from the Ionide command-palette and convert it to Paket. When I reload the window, the project fails to load with a status of "failed to load" and an error of "Project not restored"
To Reproduce Steps to reproduce the behaviour:
F#: Create New Project
New Console Application
Developer: Reload Window
Paket: Convert from Nuget
(I also triedPaket: Install
)Developer: Reload Window
Expected behaviour The project should load within Ionide just fine.
Environment (please complete the following information):
Additional context My guess is something to do with the net5.0 TargetFramework being incompatible with Paket?