Comments
2 comments
-
When will SmartAssembly 6 ever support WPF application obfuscation???
-
Hi @Imcool,
SmartAssembly will generally exclude things from obfuscation if it thinks that obfuscating will break the application (similar to how SmartAssembly excludes public members in DLLs as discussed in your previous post). You unfortunately may see a lot more exclusions in WPF code as SmartAssembly is trying to make sure that anything called by the original name in your xaml can still be found at runtime.
(If you enable logging as described here, restart SmartAssembly, and then build again, the log file in %localappdata%\Red Gate\SmartAssembly 6 will provide the reasons for exclusions.)
As in your previous post though, I'm afraid there isn't a way to force obfuscation on anything that was automatically excluded at the moment.
Add comment
Please sign in to leave a comment.
I'm using SmartAssembly 6.11.1.406
Please fix the problem