Ben.Demystifier
Ben.Demystifier copied to clipboard
Any plans for .NET Native support (UWP in RELEASE mode)?
Hello Ben, I've started using this lib and I have to say so far it's great, you did an awesome job here!
I did some tests with the UWP framework and it looks like the Demistify method fails when the app is compiled in RELEASE mode, ie. when the .NET Native toolchain is enabled.
Here's a simple screen, you can see both the stack traces are the same (the first one is the original, the second is the one extracted after calling Demistify):

Are there any plans to support the .NET Native compiler in the future, and is that possible in the first place?
Cheers! Sergio
For me I get PlatformNotSupportedException when using EnhancedStackTrace in Xamarin.Forms UWP app with .net native (which is even used in debug for ARM64).
Will this ever be improved?