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: github.com/fsharp/FAKE/issue…
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 thecodemanual.pl/2019/12/23/…#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! (github.com/fsharp/FAKE/pull/…)
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).
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!
fake.build/fake-gettingstart…
We think about improved dotnet-tool and NuGet based tools - packages containing .exe files - Feel free to join the discussion and share your ideas github.com/fsharp/FAKE/issue…
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)
github.com/fsharp/FAKE/relea…
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: github.com/ionide/ionide-vsc…#fsharp
Is there anyone interested in helping with the dependency visualisation? I can provide all the data and algorithms but can someone make it look awesome? I have some ideas regarding functionality ;)