project-system: Opening an F# project containing two items that refer to the same file deadlocks VS
git clone https://github.com/btrepp/vspreviewcrash
- Download https://www.nuget.org/api/v2/package/Paket/5.148.0, rename to zip and open
- Copy contents of tools folder to vspreviewcrash\dotnet.paket
cd vspreviewcrash\dotnet
.paket\paket install
dotnet restore
VSPreviewCrash.sln
Original Issue: __https://github.com/Microsoft/visualfsharp/issues/4300__ I guess this is CPS or Project System, at least looking at the stacks involved.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 21 (13 by maintainers)
No need to download paket. Paket has magic mode and downloads itself.
git clone https://github.com/btrepp/vspreviewcrash
cd vspreviewcrash\dotnet
.paket\paket.exe install
dotnet restore
I deleted and re-did these steps just now. The Paket version that is downloaded and run is 5.148.0
Good to hear itโs reproducible ๐