From ca0293534037c88f29a4d4460de6d9c62f4ee9ad Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Fri, 23 Apr 2021 02:11:02 +0100 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17a4555..67e0710 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Ben.Demystifier - [![NuGet version (Ben.Demystifier)](https://img.shields.io/nuget/v/Ben.Demystifier.svg?style=flat-square)](https://www.nuget.org/packages/Ben.Demystifier/) [![build](https://github.com/benaadams/Ben.Demystifier/workflows/Demystifier%20PR%20Build/badge.svg)](https://github.com/benaadams/Ben.Demystifier/actions) +Output the modern C# 7.0+ features in stack traces that looks like the C# source code that generated them rather than IL formatted. + ## High performance understanding for stack traces .NET stack traces output the compiler transformed methods; rather than the source code methods, which make them slow to mentally parse and match back to the source code. @@ -11,7 +12,7 @@ The current output was good for C# 1.0; but has become progressively worse since ### Make error logs more productive -Output the modern C# 7.0 features in stack traces in an understandable fashion that looks like the source code that generated them. +Output the modern C# 7.0+ features in stack traces in an understandable fashion that looks like the C# source code that generated them. [![Demystified stacktrace](https://aoa.blob.core.windows.net/aspnet/stacktrace-demystified.png)](https://aoa.blob.core.windows.net/aspnet/stacktrace-demystified.png)