You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix docs: switch to fsdocs-tool 21, fix namespace substitution
- Replace fsharp.formatting.commandtool 11.4.3 with fsdocs-tool 21.0.0
The old tool used MSBuild v15.1.0.0 which can't load the
SetRidAgnosticValueForProjects task from .NET SDK 8.x, causing project
cracking to fail silently. fsdocs-tool 21 uses Ionide.ProjInfo
for cracking and targets net8.0, resolving this incompatibility.
- Fix {{package-version}} -> {{fsdocs-package-version}} in all docs .fsx
files (correct fsdocs substitution key)
- Add FsDocsLicenseLink and FsDocsReleaseNotesLink to project file so
License and Release Notes nav links are properly populated
Closes#269
Co-authored-by: Copilot <[email protected]>
0 commit comments