xyDocGen 1.0.50

dotnet tool install --global xyDocGen --version 1.0.50
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local xyDocGen --version 1.0.50
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=xyDocGen&version=1.0.50
                    
nuke :add-package xyDocGen --version 1.0.50
                    

xyDocumentor

xyDocumentor is an open source CLI tool for generating API documentation from C# projects.
It supports Markdown, PDF, JSON , and HTML output.

Scans all C# files in the specified directory and below. Extracts all types and nested types, methods, properties, events, fields, etc. Collects the XML Comments from the project. Generates a tree and index to visualize the project structure. Each format is written into its own subfolder.

Usage example:

(Sample for easiest input to generate everything according to the standard settings) xydocgen =====>>>>> xydocgen --root [current working directory] --folder docs --subfolder api --exclude .git;bin;obj;node_modules;.vs;TestResults --format (all)

(Use dotnet at the start when installed locally) dotnet xydocgen --root . --out docs/api --exclude .git;bin;obj;node_modules;.vs;TestResults

(add this keyword to exclude non public) xydocgen --private

(Choose your output flavour) xydocgen --format [json/pdf/html/md]

(Another Sample) xydocgen --root X://User/TestPrograms/TestRoot--out TestFolder/TestSubFolder

(Output a list of commands, discard other commands written with it) xydocgen --help

Changes

  • Only the chosen formats are generated
  • Fixed the tree and index output on console
  • Tree and index now get rendered before the other docs do

Planned features & improvements

  • Change fontsizes
  • Only put content list in pdf when there are nested types
  • Outputting the remarks
  • Upgrading the visual result of the outputs
  • eventually add font and fontsize as parameters
  • Add more details

Installation

Local:

dotnet new tool-manifest dotnet tool install --local xyDocGen --version 1.0.xx

Global:

dotnet tool install --global xyDocGen --version 1.0.xx

Update

Checking the Version of installed dotnet tools

dotnet list tool [--local/--global]

Updating the Version

dotnet tool update xydocgen [--local/--global]

Problems

PDF output needs ton be optimized!

Author

ThrashingLaggard https://github.com/ThrashingLaggard

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.50 149 1/26/2026
1.0.49 123 1/10/2026
1.0.48 123 1/10/2026
1.0.47 225 11/27/2025
1.0.46 227 11/3/2025
1.0.45 163 10/31/2025
1.0.44 168 10/31/2025
1.0.43 216 10/31/2025
1.0.42 177 10/26/2025
1.0.41 180 10/25/2025
1.0.40 147 10/25/2025
1.0.37 220 10/23/2025
1.0.36 230 10/22/2025
1.0.35 211 10/22/2025
1.0.34 205 10/22/2025
1.0.33 206 10/22/2025
1.0.32 214 10/21/2025
1.0.31 198 10/21/2025
1.0.30 219 10/21/2025
1.0.29 213 10/16/2025
Loading failed