excluding namespaces during obfuscation

359 views
Skip to first unread message

Prasad Chitale

unread,
Feb 21, 2012, 11:31:42 PM2/21/12
to .Net Reactor Support
Hi!

I want to exclude couple of namespaces from obfuscation. I am not able
to find out any examples about how to do that settings.

Can you please send me examples or detail help how to accomplish the
same?

Regards
Prasad

Glen Harvy

unread,
Feb 22, 2012, 3:17:13 AM2/22/12
to net-react...@googlegroups.com
Hi,

.Net Reactor will respect the the decorations or compiler directives you
set regarding obfuscation. For example

[ObfuscationAttribute(Exclude=true, Feature="default",
StripAfterObfuscation=false)]

inserted before a method will exclude that method from obfuscation.

The .Net Reactor manual is not the best but it is also not really to be
used as an instruction manual on MSBuild compiler directives either.

Do a Google search on "ObfuscationAttribute".

Regards,

Geln Harvy.

Reply all
Reply to author
Forward
0 new messages