Daily Usage Issues

Make async await Stacktrace readable

Started by Der-Albert.com on 4,453 views

Hi,

with .NET Core 2.1 the Stacktraces will be more readable.


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


But for .NET Framework this will take a while (if ever) to be included. Also currently, there is no final .NET Core 2.1, this will take some month.

But with https://github.com/benaadams/Ben.Demystifier it is possible to see the similar results. And could
be used with NCrunch for .NET Framework, .NET Core < 2.1 to display better Stacktraces.

This may be need made configurable on a global, and a solution level (if Unit Test Framework do something similar).

Yes, it is a Feature Suggestion, but on the other side it is a daily use problem because the stacktrace has good value.

Edited

Remco wrote:It would probably make sense for these things to be tackled together.


Yes and No. Different Goals ;)

And the Demistifyer seems a low hanging fruit to get.

Post a reply

Log in to reply.