fsprojects / FSharpx.Extras

Functional programming and other utilities from the original "fsharpx" project
https://fsprojects.github.io/FSharpx.Extras/
The Unlicense
682 stars 146 forks source link

Restore documentation generation #378

Closed panesofglass closed 3 years ago

panesofglass commented 4 years ago

I'm removing documentation generation in #374 as part of an update to FAKE 5. I don't know how to generate docs in FAKE 5 on .NET Core, so help is appreciated.

matthid commented 4 years ago

Usually, the way to do it is to use the cli tool (fsformatting.exe) until fsharp.formatting has a netstandard based version

panesofglass commented 4 years ago

Thanks, @matthid. Would you mind linking to an example?

matthid commented 4 years ago

See https://github.com/fsharp/FAKE/blob/4da532f432ec78aeddb427fea6c25973c8bf797d/build.fsx#L437