Type display helpers for reflection-based codegen and diagnostics.
dotnet add package Novolis.CodeGen.ReflectionPrerequisites: .NET 10 SDK (net10.0).
using Novolis.CodeGen.Reflection;
var name = typeof(Dictionary<string, object>).GetFriendlyName();
// Dictionary<string, object>
var display = typeof(Dictionary<string, object>).GetDisplayName();
// DictionaryOfStringAndObject| Package | When to use |
|---|---|
Novolis.CodeGen.Reflection.Dump |
Emit C# initialization syntax from runtime objects |
Novolis.CodeGen.Reflection.ClassDiagram |
Build Mermaid class diagrams from types |
Pre-release platform library. Public API is fully documented with strict XML (CS1591 enforced).