skip everything public?

55 views
Skip to first unread message

Eric Teutsch

unread,
Jan 14, 2011, 2:59:59 PM1/14/11
to obfu...@googlegroups.com

Also,

is there a fast way to say “skip everything with attribute ‘public’ in a given namespace” ?

webbie

unread,
Jan 16, 2011, 11:56:37 AM1/16/11
to obfuscar
For only skipping public members add "attrib='public'" to the skip
directive:

Example for skipping everything public in given namespace:
<SkipMethod type="My.Namspace.*" name="*" attrib='public' />
<SkipProperty type="My.Namspace.*" name="*" attrib='public' />
<SkipEvent type="My.Namspace.*" name="*" attrib='public' />

For more details refer to:
http://code.google.com/p/obfuscar/wiki/Configuration#Accessibility_Check

Werner

Lex Li

unread,
Feb 4, 2014, 6:23:09 AM2/4/14
to obfu...@googlegroups.com
In my fork I added a quick option called KeepPublicApi,

https://obfuscar.codeplex.com/
Reply all
Reply to author
Forward
0 new messages