Open
Description
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:
- Open VS Code in a blank directory
- Press Ctrl + Shift + P >
F#: Create New Project
- Select
New Console Application
- Name your folder and your project. I named both "TestProj"
- Ctrl + Shift + P >
Developer: Reload Window
- The project should reload just fine inside Ionide
- Ctrl + Shift + P >
Paket: Convert from Nuget
(I also triedPaket: Install
) - Wait for command to finish
- Ctrl + Shift + P >
Developer: Reload Window
- Project fails to load with errors mentioned above
Expected behaviour
The project should load within Ionide just fine.
Environment (please complete the following information):
- OS: Windows 10
- Ionide version: 4.14.0
- Ionide Paket version: 2.0.0
- Paket version: 5.215.0
- VSCode version: 1.46.1
- dotnet SDK version: 5.0.100-preview.4.20258.7
- mono / .Net Framework version: net5.0
Additional context
My guess is something to do with the net5.0 TargetFramework being incompatible with Paket?
Metadata
Metadata
Assignees
Labels
No labels
Activity