Var-dump style helpers that emit C# initialization or declaration syntax from runtime objects.
dotnet add package Novolis.CodeGen.Reflection.DumpPrerequisites: .NET 10 SDK (net10.0).
using Novolis.CodeGen.Reflection.Dump;
var source = myObject.DumpVar();
var classSource = myObject.DumpClass();Useful for tests, debugging, and scaffolding codegen fixtures from live instances.
| Package | When to use |
|---|---|
Novolis.CodeGen.Reflection |
Type name formatting helpers |
Pre-release platform library. Public API is fully documented with strict XML (CS1591 enforced).