Skip to content
Discussion options

You must be logged in to vote

Good question. Unfortunately I think the short answer is no, and to do so would require more knowledge of F# than I poses.

The longer answer is that while the Buildalyzer tool Statiq uses to process project files and figure out what source files constitute a project, most of the rest of the process is based on Roslyn. That includes the AnalyzeCSharp module in Statiq that processes the Roslyn syntax tree and outputs documents for each symbol (which is what drives documentation generation at the theme level). So in theory, Statiq could probably be adapted to VB code without too much trouble since Roslyn can also generate syntax trees for that language, but a AnalyzeFSharp module would requi…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sonicbhoc
Comment options

@daveaglick
Comment options

Answer selected by sonicbhoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants