AxDSan / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

Make it possible to keep parameter names. #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
<Module file="$(InPath)\Release\project.dll">
    <SkipNamespace name="SomeNamespace" />
</Module>

2. Parameter names gets obfuscated.

What version of the product are you using? On what operating system?
Latest version.

Please provide any additional information below.
Great product!

Original issue reported on code.google.com by mikael.hansen.idevio@gmail.com on 12 Dec 2008 at 11:21

GoogleCodeExporter commented 9 years ago
Well, can't check in since I am not a project member but here is a
diff that fix this issue (at least how I would like it to be).

Original comment by mikael.hansen.idevio@gmail.com on 4 May 2009 at 3:29

Attachments:

GoogleCodeExporter commented 9 years ago
This has been fixed.
If a type is being kept then the parameter names are no longer obfuscated.

Original comment by mikael.hansen.idevio@gmail.com on 26 May 2009 at 9:51