FSharp.Formatting icon indicating copy to clipboard operation
FSharp.Formatting copied to clipboard

F# tools for generating documentation (Markdown processor and F# code formatter)

Results 90 FSharp.Formatting issues
Sort by recently updated
recently updated
newest added

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...

type-bug

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...

type-bug

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: ![image](https://user-images.githubusercontent.com/7204669/89601324-2a826180-d85c-11ea-99b5-3df2ff253cb8.png) This hits DiffSharp optimizers, which appear to only be a constructor, e.g. here ![image](https://user-images.githubusercontent.com/7204669/89601349-3837e700-d85c-11ea-923c-3faf42baa060.png)

See discusssion at https://github.com/fsharp/fsharp-core-docs/issues/50