nathan wilson
nathan wilson
It does seem to be related to including or referencing a C# project. I was able to partially reproduce the problem in a minimal 2 project solution: https://github.com/ntwilson/ionide-incr-build-repro though in...
Ah! I've discovered that if I use global.json to downgrade the dotnet sdk version from 5.0.400 to 5.0.303, the problem disappears and incremental builds come back. Is this repo the...
Hi @baronfel, can you point me to what changes I should be watching for? I just tested SDK version 6.0.100 and Ionide v 5.9.0, and still see the same problem....
Okay, I had some trouble reproducing it from scratch, and learned more about the problem. Apparently it happens when your paket.dependencies file and paket.lock file are out-of-sync. Using the CLI,...
I know even less about Visual Studio extensions than you do. Is there some way to build your version from source and install it or some other workaround that would...
Thank you so much!
Kind of a lame workaround, but you could use `strategy: min` in paket.dependencies to use the default nuget resolution strategy instead of the default paket resolution strategy. Might be better...
In my solutions with multiple F# projects, I usually have a Packages.fsx script in the root folder that pretty much duplicates paket.dependencies and references them all either via `#r nuget`...
Hi, thanks for your comments! Do you think this issue would be better in purescript-vim instead of purescript-language-server? I'm just not entirely sure where the problem is. I've reproduced this...
I appreciate you looking into it! And I'm happy to test anything out. It's weird that it was working regularly for like half a year, and then just stopped. I'm...