Where’s the documentation that discusses how to use Oxfuscator-specific Attributes within source code?
Hello Brian,
The issue for creating documentation is logged (# 48377).
When instructing oxfuscator what classes or class members should be excluded from obfuscation you can use System.Reflection.ObfuscationAttribute.
You can read more about it here: http://wiki.remobjects.com/wiki/Oxfuscator (Exclusion Property Page part).
Best regards.