benaadams/Ben.Demystifier
High performance understanding for stack traces (Make error logs more productive) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3232
- days_rel: n/a
- days_push: 902
- n_releases_24m: 0
Adoption not part of the score
2867 stars · 122 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A high-performance .NET library that renders stack traces with modern C# 7.0+ features (async, lambdas, generics, iterators) in a format that matches the original source code. It makes exception output and error logs significantly easier to read and mentally parse.
Use cases
- make exception stack traces readable in C# error logs
- resolve async/await and lambda frames back to source code in stack traces
- improve productivity when debugging .NET exceptions
- replace Environment.StackTrace with a cleaner enhanced stack trace
- format stack traces for ASP.NET Core error reporting
- debug compiler-generated methods like iterators and local functions
When to choose
- you are building .NET applications and want human-readable exception stack traces
- your error logs are hard to parse due to compiler-generated method names
- you use modern C# features like async/await, lambdas, and generics heavily
- you want an inspectable list of stack frames in your diagnostics tooling
When to avoid
- you are not on the .NET platform
- you need machine-parsed stack traces with raw IL method names for automated tooling
- your runtime already provides demystified stack traces (newer .NET versions incorporate similar formatting)
Facets
library · maturity stable
error-handling logging developer-tools developer-tools dotnet cross-platform stack-traces exceptions csharp diagnostics nuget debugging dotnet
1 source
- readme: https://github.com/benaadams/Ben.Demystifier · fetched 2026-08-28 · fd2748dabd96
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| benaadams/Ben.Demystifier | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="benaadams/Ben.Demystifier")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem