fsprojects / fsharp-language-server

Other
219 stars 37 forks source link

Pointless changes to project.assets.json causing rechecks #103

Open faldor20 opened 2 years ago

faldor20 commented 2 years ago

Running buildalyzer when cracking our project causes changes to project.assets.json vs running dotnet build this means dotnet build will be forced to rebuild and after running dotnet build the project will need to re-cracked. I have opened an issue: https://github.com/daveaglick/Buildalyzer/issues/202 This only seems to happen on relatively complex projects, but it seriously slows down the extension when this is happening so it is a priority.