Closed danysu closed 9 years ago
taken from my answer for issue #196:
try to open the project file (*.crproj) and modify the rule for your file as follows (attaching the argument mode...):
<rule pattern="true" inherit="false">
<protection id="rename" >
<argument name="mode" value="debug" />
</protection>
</rule>
this definitely worked for me...
I want changing settings with GUI version.
@LiangChow , ConfuserEx GUI version is not supported for changing settings, Currently I am using the Ezriz .NET Reactor easy changing all settings from PropertyGrid .
the changes made in the file itself will still be applicable in the gui-version - just changing them in the GUI is not working atm...
Hi, Changing renaming modes requires modifying protection parameter, which is not planned to implement. If you would like to modify protection parameter, you could edit the crproj file manually and GUI would still load it fine.
was struggling with the same thing... Thanks xmatthias! :)
How can change renaming mode the GUI ?