Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 764 Bytes

File metadata and controls

35 lines (22 loc) · 764 Bytes

Novolis.CodeGen.Reflection.ClassDiagram

Build Mermaid classDiagram text from reflected types.

Install

dotnet add package Novolis.CodeGen.Reflection.ClassDiagram

Prerequisites: .NET 10 SDK (net10.0).

Quick start

using Novolis.CodeGen.Reflection.ClassDiagram;

var diagram = new ClassDiagramBuilder()
    .AddType(typeof(MyService))
    .Build();

Related packages

Package When to use
Novolis.CodeGen.Reflection Friendly and display type names

More documentation

Support

Pre-release platform library. The legacy Novolis.CodeGen.Reflection.Mermaid namespace is obsolete.