fsdocs-tool
22.2.0
See the version list below for details.
dotnet tool install --global fsdocs-tool --version 22.2.0
dotnet new tool-manifest
dotnet tool install --local fsdocs-tool --version 22.2.0
#tool dotnet:?package=fsdocs-tool&version=22.2.0
nuke :add-package fsdocs-tool --version 22.2.0
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.4 | 0 | 9/13/2026 |
| 23.0.0-alpha.3 | 0 | 9/13/2026 |
| 23.0.0-alpha.2 | 76 | 9/10/2026 |
| 23.0.0-alpha.1 | 328 | 9/8/2026 |
| 22.2.0 | 1,963 | 8/31/2026 |
| 22.1.0 | 18,930 | 5/27/2026 |
| 22.0.1 | 986 | 5/9/2026 |
| 22.0.0 | 2,867 | 4/4/2026 |
| 22.0.0-alpha.3 | 1,180 | 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,646 | 11/12/2025 |
| 21.0.0-beta-005 | 3,185 | 4/23/2025 |
| 21.0.0-beta-004 | 1,857 | 11/20/2024 |
| 21.0.0-beta-003 | 653 | 8/16/2024 |
| 21.0.0-beta-002 | 9,014 | 6/19/2024 |
| 21.0.0-beta-001 | 1,941 | 6/6/2024 |
| 20.0.1 | 52,461 | 5/31/2024 |
| 20.0.0 | 9,176 | 2/14/2024 |
| 20.0.0-beta-002 | 1,488 | 2/8/2024 |
### Changed
- Bump `Suave` from 2.6.2 to 3.4.6. The `fsdocs watch` websocket handling was migrated to Suave 3's `Task`-based socket API, the removed `Suave.Logging` usage was dropped, and clients that disconnect without a close handshake are now deregistered so a live-reload broadcast can no longer crash the watch server with an `ObjectDisposedException`.
- During `fsdocs watch`, the logo now links to the locally hosted site root (e.g. `http://localhost:8901/`) instead of the production URL, even when `<FsDocsLogoLink>` is set. Release builds are unaffected.
- The `fsdocs watch` console no longer logs websocket connection chatter ("New websocket connection", "WebSocket disconnected", ...) on every page reload.
### Removed
- Remove `docs/Dockerfile` (used for mybinder.org Binder integration) and mybinder badge links from documentation pages. The Binder integration relied on a deprecated .NET 7 SDK image and a deprecated `Microsoft.dotnet-interactive` version; mybinder.org support is discontinued.
- Remove `.ipynb` (Jupyter Notebook) "run in notebook" badge links from all documentation pages and delete `docs/img/badge-notebook.svg`. The links linked to `.ipynb` outputs generated by fsdocs, but .NET Interactive (which powered those notebooks) is deprecated and has no current replacement. The `.ipynb` output format itself is unchanged.