fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Support generating documentation from specific assemblies in the CLI tool. #792

Open teo-tsirpanis opened 1 year ago

nojaf commented 1 year ago

Hello, did you try the --projects flag? (See docs)

teo-tsirpanis commented 1 year ago

--projects src/MyProject/bin/Release/MyProject.dll? Yes and it said that MyProject.dll is not restored. I don't have a project, I want to generate documentation from a compiled assembly and its accompanying XML documentation.