Garyon Documentation

Garyon is a broad utility library for .NET with helpers for comparison, collections, reflection, process handling, and more.

Getting Started

Browse

Notes

This project is still evolving. Public APIs are usable, but they can still shift between releases.

Build The Docs Locally

From the repository root:

.\docs\build-docs.ps1 -Serve

On non-Windows shells:

./docs/build-docs.sh --serve
Note

The build scripts also regenerate the API namespace index and the conceptual landing pages (the blocks marked as "generated" in the markdown sources). If you run docfx directly, those generated sections will not be refreshed.

If you still want to run DocFX directly, run the generator first:

python .\docs\generate-nav.py
docfx docs/docfx.json --serve