ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
412 stars 154 forks source link

remove FAKE from the normal build and release process #1232

Closed baronfel closed 7 months ago

baronfel commented 7 months ago

I got really frustrated with dependency management for the FAKE build script, and to be brutally honest it doesn't really do much. So I removed everything except @dawedawe / @nojaf's targets to scaffold things, and updated the build to work better with normal dotnet build and dotnet pack behaviors.

nojaf commented 7 months ago

If the only targets left are ScaffoldCodeFix and EnsureRepoConfig it might make sense to migrate that build project to using a Fun.Build script. I'd be happy to help with that if you like.