Comments
1 comment
-
Thanks for your post.
I'm not aware of any recommended set of settings unfortunately - it depends rather a lot on the specifics of your application. In general, anything that gets loaded / referenced via reflection will probably need excluding from obfuscation. You can target specific namespaces/classes/methods for exclusion using custom attributes, as described here.
Add comment
Please sign in to leave a comment.
I'm finding it difficult to get settings that work unless I back most of the stuff off.