# MoaidHathot/Dumpify

Adding `.Dump()` extension methods to Console Applications, similar to LinqPad's.

Repository: https://github.com/MoaidHathot/Dumpify
Canonical: https://ross.abutalabs.com/products/dumpify
Homepage: https://moaidhathot.github.io/Dumpify/
Language: C#
License: MIT
License Family: permissive
Topics: console-application, csharp, debugging, dotnet, instrumentation, nuget, ansci, logging, serialization
Last push: 2026-05-07T04:18:34+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 81, release rhythm 39, longevity 89
- inputs: {"age_days": 1259, "days_push": 118, "days_rel": 192, "gap_med": null, "n_releases_24m": 1}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1175, forks 46 (observed 2026-08-28T04:03:52.491727+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: logging, serialization, developer-tools
- domain: developer-tools
- platform: dotnet, cross-platform, cli
- tags: csharp, console-output, dump, linqpad, debugging, nuget, command-line

## Member repositories
- MoaidHathot/Dumpify (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:52.491727+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:27:02.522729+00:00, confidence not recorded.
  - readme: https://github.com/MoaidHathot/Dumpify (fetched 2026-08-28T04:03:52.491727+00:00, sha 328330438751)
  - homepage: https://moaidhathot.github.io/Dumpify/ (fetched 2026-08-29T12:33:01.607610+00:00, sha c86fe0c17350)
- Data as of 2026-08-30T08:39:29.467469+00:00.
