Comments
2 comments
-
Hello Sol,
Thank you for highlighting this issue, it's being tracked on our ref SA-2476, once addressed you'll be able to see that reference in the release notes. I should warn you that we're presently focusing on adding .Net 6 support to the .Net tools and that presently has priority. -
Hello Sol,Thank you for your patience with us regarding issue SA-2476.
Our development team have now reviewed the bug you have identified and highlighted to us alongside our current workload and available resources. Unfortunately, on this occasion this is not something they are able to provide a fix for.
We do appreciate the effort our customers go to working with us to better our products, and so please do continue to highlight anything you find that needs our attention.
We know this isn't the answer you were hoping for, thank you for trying to help us to improve our product.
Add comment
Please sign in to leave a comment.
The application works before obfuscation but crashes when being run after obfuscation. I have only tested it on .NET Framework 4.5.
UPDATE: It seems like the inheritance chain between WindowBase and System.Windows.Window is what breaks/confuses SmartAssembly. If I remove that inheritance chain, then it works as expected. However, in the real application this is obviously not possible. This clearly seems like a bug in SmartAssembly.