I have created a simple application using Eto,Forms.
However, when I tried to obfuscate the output, the application does not behave as when it was NOT obfuscated.
For example, the Dropdown control after obfuscation shows { Key = "xxxxx", Text = "yyyyyyyyyy" }. Upon further inspection using a decompiler, the Dropdown was replaced by a ListControl.
I used the PreEmptive Dotfuscator and Anaylitics in the Tools menu of Visual Studio 2013 to obfuscate the project.
Is there any recommended obfusctor for Eto.Forms base application?
Thank you very much for any tips you can give me.