forked from yck1509/ConfuserEx
-
-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
I'm using the "rename" protection and I want to rename just the name of the parameters, not the name of the method.
I don't want to rename the method name because I need the correct callstack information.
This is the current configuration of my project:
<project outputDir=".\" baseDir="bin\Release" xmlns="http://confuser.codeplex.com">
<rule pattern="true" inherit="false">
<protection id="constants" />
<protection id="ctrl flow" />
<protection id="anti ildasm" />
<protection id="rename">
<argument name="mode" value="unicode" />
<argument name="renameArgs" value="true" />
<argument name="renEnum" value="false" />
<argument name="flatten" value="false" />
<argument name="forceRen" value="false" />
<argument name="renPublic" value="false" />
<argument name="renPdb" value="false" />
<argument name="renXaml" value="true" />
</protection>
<protection id="resources" action="remove" />
</rule>
<module path="Sitrad.Devices.dll" snKey="..\..\Sitrad.snk" />
</project>It is possible?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request