You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to obfuscar
Hi,
I've uploaded the obfuscate_attribute.patch.zip containing a patch for
Obfuscar.ObfuscateAttribute usage. When the attribute was declared
using a constructor parameter like [Obfuscate(false)] it was not
detected due to two reasons: identification of attribute by
constructor name (changed to type full name) and check only for
properties (added constructor parameters too).
Hope the change is ok with you guys and someone can update trunk with
this. I plan to make a switch from ObfuscateAttribute to
Reflection.ObfuscationAttribute usage as it's more generic to use plus
it'll be possible to apply it to members too.
Cheers.
webbie
unread,
Aug 13, 2010, 7:41:57 AM8/13/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to obfuscar
I committed this patch to SVN without changes. thx!