You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If user enables assembly tracking then ALL exceptions get wrapped into AssemblyStackTraceException which breaks all error handling code that expects particular exceptions.
Solution:
Do not change type of original exception and modify its stacktrace directly. I'll work on that soon, both for 1.x and 2.x.
// Spent an hour today trying to figure out what was causing app misbehave, glad we have git bisect, was very surprised to see commit where I enabled assembly tracking…