We get alot of exceptions that are localized to the machine language, which yields lines like the following:
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
and
à Npgsql!0x0600004e!Npgsql.StringRowReader.AbandonShip() +0x33
To support those and dont change them when parsing the stack trace ive added a new capture to the stacktrace regexp that handles these "corner cases" 😊
We get alot of exceptions that are localized to the machine language, which yields lines like the following:
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
andà Npgsql!0x0600004e!Npgsql.StringRowReader.AbandonShip() +0x33
To support those and dont change them when parsing the stack trace ive added a new capture to the stacktrace regexp that handles these "corner cases" 😊