MoaidHathot/Dumpify
Adding `.Dump()` extension methods to Console Applications, similar to LinqPad's. observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 81
- Release rhythm 39
- Longevity 89
Flags: prerelease_only
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1259
- days_rel: 192
- days_push: 118
- n_releases_24m: 1
Adoption not part of the score
1175 stars · 46 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Dumpify is a .NET library that adds LinqPad-style `.Dump()` extension methods to console applications, rendering any object in a structured, colorful way. It supports nested objects, circular references, collections, member filtering, and multiple output targets including Console, Debug, Trace, and custom outputs.
Use cases
- pretty-print objects to console while debugging a C# app
- dump nested object graphs with circular references
- inspect anonymous types and collections in console apps
- replace Debug.WriteLine with structured object output
- customize colors and table styling for console dumps
- send object dumps to Trace, Debug, or custom sinks
When to avoid
- you need a GUI object inspector or debugger visualizer
- your project is not on the .NET platform
- you need production logging with log levels and sinks rather than debug dumping
Facets
library · maturity active
logging serialization developer-tools developer-tools dotnet cross-platform cli csharp console-output dump linqpad debugging nuget command-line
2 sources
- readme: https://github.com/MoaidHathot/Dumpify · fetched 2026-08-28 · 328330438751
- homepage: https://moaidhathot.github.io/Dumpify/ · fetched 2026-08-29 · c86fe0c17350
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MoaidHathot/Dumpify | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="MoaidHathot/Dumpify")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem