Update readme
This commit is contained in:
parent
a88c671bde
commit
ca02935340
@ -1,8 +1,9 @@
|
||||
# Ben.Demystifier
|
||||
|
||||
[](https://www.nuget.org/packages/Ben.Demystifier/)
|
||||
[](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.
|
||||
|
||||
[](https://aoa.blob.core.windows.net/aspnet/stacktrace-demystified.png)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user