fsdocs-tool
23.0.0-alpha.2
See the version list below for details.
dotnet tool install --global fsdocs-tool --version 23.0.0-alpha.2
dotnet new tool-manifest
dotnet tool install --local fsdocs-tool --version 23.0.0-alpha.2
#tool dotnet:?package=fsdocs-tool&version=23.0.0-alpha.2&prerelease
nuke :add-package fsdocs-tool --version 23.0.0-alpha.2
The 'dotnet fsdocs' documentation generation tool for F# projects. Install use 'dotnet tool add fsdocs-tool'. See the project site for documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 23.0.0-alpha.7 | 78 | 9/15/2026 |
| 23.0.0-alpha.6 | 61 | 9/15/2026 |
| 23.0.0-alpha.5 | 34 | 9/15/2026 |
| 23.0.0-alpha.4 | 309 | 9/13/2026 |
| 23.0.0-alpha.3 | 47 | 9/13/2026 |
| 23.0.0-alpha.2 | 115 | 9/10/2026 |
| 23.0.0-alpha.1 | 341 | 9/8/2026 |
| 22.2.0 | 2,487 | 8/31/2026 |
| 22.1.0 | 19,333 | 5/27/2026 |
| 22.0.1 | 995 | 5/9/2026 |
| 22.0.0 | 2,893 | 4/4/2026 |
| 22.0.0-alpha.3 | 1,195 | 4/2/2026 |
| 22.0.0-alpha.2 | 1,057 | 3/13/2026 |
| 22.0.0-alpha.1 | 93 | 3/5/2026 |
| 21.0.0 | 20,760 | 11/12/2025 |
| 21.0.0-beta-005 | 3,186 | 4/23/2025 |
| 21.0.0-beta-004 | 1,857 | 11/20/2024 |
| 21.0.0-beta-003 | 654 | 8/16/2024 |
| 21.0.0-beta-002 | 9,030 | 6/19/2024 |
| 21.0.0-beta-001 | 1,942 | 6/6/2024 |
### Fixed
- Fix tooltip not being interactive: moving the mouse from a code token into its tooltip now keeps the tooltip open, allowing users to select and copy the tooltip text. [#949](https://github.com/fsprojects/FSharp.Formatting/issues/949)
- `fsdocs watch` rebuilds a page when a file its script depends on changes, following `#load` transitively and `#r` to local files, wherever those files are (a dot folder, outside the input folder). The directives are read from the syntax tree, so a `#load` in a comment does not count. [#1309](https://github.com/fsprojects/FSharp.Formatting/issues/1309)