project-system: Opening an F# project containing two items that refer to the same file deadlocks VS

  1. git clone https://github.com/btrepp/vspreviewcrash
  2. Download https://www.nuget.org/api/v2/package/Paket/5.148.0, rename to zip and open
  3. Copy contents of tools folder to vspreviewcrash\dotnet.paket
  4. cd vspreviewcrash\dotnet
  5. .paket\paket install
  6. dotnet restore
  7. 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)

Most upvoted comments

No need to download paket. Paket has magic mode and downloads itself.

  1. git clone https://github.com/btrepp/vspreviewcrash
  2. cd vspreviewcrash\dotnet
  3. .paket\paket.exe install
  4. dotnet restore
  5. Open solution file.

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 ๐Ÿ‘