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 29 Jan 2018 08:31 UTC