Hello,
I am using Fake more and more, thanks for this great tool!
Lately, I struggled a bit to reference FakeLib in a fsproj created with dotnet cli. It seems dotnet cli is searching PackageReferences based on a convention, something like only dll in lib dir (and its sub-dir) of the package and not in the tools dir where is FakeLib. I found a workaround (use Reference with a HintPath in addition to PackageReference). Note: it is the same when I use Paket, since it relies on dotnet cli in the end.
So I started to have a look at Fake 5, sounds really even greater :). And since I am starting a mentorship on OSS contribution with the FSharp foundation, Fake could a great "playground" for it (to confirm with my mentor, but could also work indepently from mentorship...).
I read carefully documentation on migrating and contributing. I quickly checked the different issues. I saw this one
https://github.com/fsharp/FAKE/issues/1523, where I see there are some work left for release.
I tried a migration of a simple project (
https://github.com/lyontechhub/icalToGoogleCalendar.git) and I think I could help to improve documentation on migrating and documentation. I'd like to know if there is any in progress work I missed ? If not, should I create an issue to make visible there is some work in progress ? Or just start a PR with [WIP] ?
Thanks
Clément
NB: if some of you are in FableConf, we could discuss it there also.