Don Syme
Don Syme
Are these projects both still active?
I've been thinking about [the problem of binary compatibility for F# analyzers](https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1033-analyzers.md), in the context of trying to get F# analyzers available in all F# tooling. This is a blocking...
[The F# library guidelines from 2014](http://fsharp.github.io/2014/09/19/fsharp-libraries.html) have served us fairly well. However they almost certainly now need updating to reflect changes and maturing of the F# ecosystem. Discuss here. cc...
I'd like us to consider working with the FSSF to move https://fsharp.github.io/fsharp-core-docs/ to https://docs.fsharp.org/reference As you know, Microsoft and the .NET Foundation host the F# language docs. However the FSharp.Core...
Hi all, I'd like to discuss the member panels (and the documentation for members more generally) coming out of FSharp.Formatting. I think it's good to do this in the context...
I'm adding a warning into fsdocs to report missing parameters docs info. Here is the current list of warnings about incomplete documentation in FSHarp.Core (based on dotnet/fsharp feature/docs branch right...
The [query docs for each custom operator](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-linq-querybuilder.html) need a `remarks` section (or a mention in the summary) about how the custom opreator is used At the moment there's no mention...
As noted by @baronfel in #27, the default styling and top-level layout needs improvement. What is here is the current default styling for FSharp.Formatting using the standard _template.html, which is...
The index.json search index cached by browsers may become out of date as the site gets refreshed This is an FSharp.Formatting issue (specifically in fsdocs-search.js) noted by @baronfel in https://github.com/fsharp/fsharp-core-docs/pull/27#issuecomment-667561113...
We recently remove the display of attributes like `CompiledName` in the member tables. 1. We should consider adding detailed pages for each member 2. We should consider adding specific attributes...