FSharp.Formatting.CommandTool
7.2.6
fsharp.formatting.commandtool has been renamed to fsdocs-tool, see https://github.com/fsprojects/FSharp.Formatting/issues/720
See the version list below for details.
dotnet tool install --global FSharp.Formatting.CommandTool --version 7.2.6
dotnet new tool-manifest
dotnet tool install --local FSharp.Formatting.CommandTool --version 7.2.6
#tool dotnet:?package=FSharp.Formatting.CommandTool&version=7.2.6
nuke :add-package FSharp.Formatting.CommandTool --version 7.2.6
The package is a collection of libraries that can be used for literate programming
with F# (great for building documentation) and for generating library documentation
from inline code comments. The key componments are Markdown parser, tools for formatting
F# code snippets, including tool tip type information and a tool for generating
documentation from library metadata.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
This package has no dependencies.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 11.5.1 | 27,130 | 10/30/2021 | |
| 11.5.0 | 2,309 | 10/30/2021 | |
| 11.4.4 | 5,682 | 10/11/2021 | |
| 11.4.3 | 4,304 | 8/17/2021 | |
| 11.4.2 | 3,435 | 7/29/2021 | |
| 11.4.1 | 6,024 | 7/23/2021 | |
| 11.4.0 | 2,156 | 7/22/2021 | |
| 11.3.0 | 2,146 | 7/22/2021 | |
| 11.2.0 | 7,086 | 5/17/2021 | |
| 11.1.0 | 5,799 | 4/15/2021 | |
| 11.0.4 | 2,246 | 4/15/2021 | |
| 11.0.2 | 2,215 | 4/14/2021 | |
| 11.0.1 | 2,570 | 4/14/2021 | |
| 10.1.1 | 2,081 | 4/13/2021 | |
| 10.1.0 | 2,049 | 4/13/2021 | |
| 10.0.19 | 2,049 | 4/13/2021 | |
| 10.0.18 | 2,346 | 4/13/2021 | |
| 10.0.17 | 2,287 | 4/13/2021 | |
| 10.0.16 | 1,918 | 4/13/2021 | |
| 7.2.6 | 2,215 | 8/7/2020 |
- In ApiDocsModel, separate out the parameter, summary, remarks sections etc.
- In ApiDocsModel, integrate the parameter types with the parameter docs (when using XML docs)
- In HTML generation for API docs, locate the github link top right
- In ApiDocsModel.Generate, optionally give warnings when XML doc is missing or parameter names are incorrect. Activate using <FsDocsWarnOnMissingDocs>
- In ApiDocsModel, change "Parameters" to "Substitutions"
- Fix formatting of (most) custom operators
- Fix formatting of op_XYZ binary and unary operators