Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 844 Bytes

File metadata and controls

36 lines (22 loc) · 844 Bytes

Novolis.CodeGen.Reflection.Dump

Var-dump style helpers that emit C# initialization or declaration syntax from runtime objects.

Install

dotnet add package Novolis.CodeGen.Reflection.Dump

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

Quick start

using Novolis.CodeGen.Reflection.Dump;

var source = myObject.DumpVar();
var classSource = myObject.DumpClass();

Useful for tests, debugging, and scaffolding codegen fixtures from live instances.

Related packages

Package When to use
Novolis.CodeGen.Reflection Type name formatting helpers

More documentation

Support

Pre-release platform library. Public API is fully documented with strict XML (CS1591 enforced).