jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

Do stack trace cleaning #148

Open jcansdale opened 5 years ago

jcansdale commented 5 years ago

https://www.ageofascent.com/2018/01/26/stack-trace-for-exceptions-in-dotnet-core-2.1/

For example: https://github.com/dotnet/corefx/issues/24627 https://github.com/dotnet/coreclr/issues/2813 https://docs.particular.net/samples/logging/stack-trace-cleaning/ https://github.com/benaadams/Ben.Demystifier https://github.com/aelij/AsyncFriendlyStackTrace https://github.com/atifaziz/StackTraceParser/

From @NickCraver https://github.com/dotnet/corefx/issues/24627#issuecomment-336327971 Current code (again, string-based, but gives an idea): https://github.com/NickCraver/StackExchange.Exceptional/blob/master/src/StackExchange.Exceptional.Shared/ExceptionalUtils.StackTrace.cs