Hi All,
I need to exclude particular namespaces from obfuscation process (and naturally, all contained types). I tried to use "properties\exclusion patterns" for that purpose. I use the following entry:
Atoll.pocketControls.Helpers.*
where Atoll.pocketControls.Helpers is a name of a namespace to be excluded.
After obfuscation completed i check resulting assembly and found that all types within Atoll.pocketControls.Helpers have their original names (as well as their members), but implementation of all methods and properties is obfuscated! Namely, each type contains some generated internal class that executes implementation code.
All not excluded types in the other namespaces are properly obfuscated.
Is it possible to exclude particular types or namespaces from obfuscation process completly?
I use Spices.Net v. 5.4.2.0.
Best regards,
Dima