FSharp.Formatting
FSharp.Formatting copied to clipboard
F# tools for generating documentation (Markdown processor and F# code formatter)
And if you feel like championing accessibility, add a warning or even error if not provided.
@Krzysztof-Cieslak This is a bug related to the tool's use of `dotnet-proj-info` - you might know the answer or where to look? Basically of a project file uses ... then...
Overloaded methods are begin shown individually. By default they should be shown as a single group, with a page generated for them. Relates to #573 Example: see Expr.Call here https://fsharp.github.io/fsharp-core-docs/reference/fsharp-quotations-fsharpexpr.html
Error is: FSharp.Formatting Error: 0 : Error while building member-name for DG.Tools.XrmMockupBase.CreateUser because: the type '[]`1' does not have a qualified name All functions with a params parameter fails with...
While trying to research what I need to do to update FAKE to latest, I noticed the API reference is missing at the moment: https://fsprojects.github.io/FSharp.Formatting/reference/index.html Does this mean this is...
Cross references are painful in F# tooling until the F# compiler and editor tooling has proper support for resolving non-explicit specifications Some examples of things we could support in FSharp.Formatting...
I'm trying to port the FCS docs over to F#F using the source at dotnet/fsharp, and I can't crack the projects with this tool because [the restore check](https://github.com/fsprojects/FSharp.Formatting/blob/master/src/FSharp.Formatting.CommandTool/BuildCommand.fs#L151) is very...
The [documentation for `hash`](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-operators.html#hash) does not say that it requires the `equality` constraint on its only type parameter. Another example is the [documentation for `compare`](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-operators.html#compare). It requires the `comparison` type...
The inherited members should be shown, e.g. like MSDN:  This hits DiffSharp optimizers, which appear to only be a constructor, e.g. here 
See discusssion at https://github.com/fsharp/fsharp-core-docs/issues/50