Shouldn't be surprising to anyone, but just in case you missed it: Please migrate away from `dotnet-fake` and use `fake-cli`, see all the details here: https://t.co/SLzyFWNZHT
Working with Fake.Sql.DacPac I found an issue which I solved in last @fsharpMake release. Thanks to that I speed up my DB deployments by 47.7%! 🎆 More details here https://t.co/Mu5cwPW3WS
#fsharp
Happy to announce the happy new year edition (5.19) of FAKE. It contains a huge amount of fixes, improvements and documentation updates contributed by lots people. Thanks everyone! (https://t.co/UkyOPf4yja)
Can someone please test latest fake-cli alpha on a mac?. Just a quick `dotnet new manifest && dotnet tool install --version 5.19.0-alpha.1473 fake-cli && dotnet fake --version` and report back if everything looks OK (especially the reported Paket.Core version).
@csharpfritz You can. Look at @fsharpMake - that's what we use for many of our builds. You still need a bit of YAML if you want to use devops task, but for the majority of builds you can just do it all with FAKE.
Just in case you missed it: DotNet SDK v3 is out! It adds local dotnet tools. Naturally, @fsharpMake already supports them via `dotnet tool install fake-cli` (see docs). If you already using v3 or upgrading is an option please try it and report back!
https://t.co/bFDlibkAJK
We think about improved dotnet-tool and NuGet based tools - packages containing .exe files - Feel free to join the discussion and share your ideas https://t.co/shT6Bf3mbx
5.16.1 is out! FAKE now honors PATHEXT on more places, uses the latest FCS and FSharp.Core. Additionally, it contains lots of small and important contributions and bugfixes thanks, everyone! (And we did another release of the legacy/migration package)
https://t.co/RbyBaHc6rb
@SchlenkR@compositionalit @c4fsharp @PaketManager well, I did a prototype a looong time ago and MS is still somewhat working on it. Maybe it will come eventually. If you need it right now then you can use @fsharpMake
We’ve just released Ionide 4.0 for @code.
* Huge performance and responsiveness updates
* Better project parsing
* Moving to .Net Core by default.
* @fsharpMake support improvements
Full change log is available here: https://t.co/kk4iFejY9k
#fsharp
@dplattsf@matthi__d@k_cieslak@IonideProject If this still happens in latest @IonideProject experimental: Report an issue ideally with steps on how to reproduce. Sometimes it takes a while for intellisense to be available, especially when no lockfile is created and packages need to be downloaded (first time).