| Author |
Message |
PBach2
Joined: 12 May 2010 Posts: 1
|
Posted: Wed May 12, 2010 1:53 pm Post subject: Feature request |
|
|
Is it still possible for v5 to implement a new attribute which one can specify at enum level and which will only rename the enum itself but lets the enum entries untouched?
Example:
1: Before obfuscation
[DoNotObfuscateItems] or [ForceRenamingOfEnumWithoutItems]
enum Person
{
CIO,
SalesPerson,
Manager
}
2: After obfuscation
enum a
{
CIO,
SalesPerson,
Manager
}
We have many cases where we display the enum items but the enum name itself can be obfuscated so that a "thief" doesn't get to much information. When specifying such an attribute the automatic detection of non-obfuscateable elements should always include the enum itself in renaming even if enum items are used the way "Person.Manager.ToString()".
Thanks in advance!
Paul |
|
| Back to top |
|
 |
Alex.Davies
Joined: 02 Dec 2008 Posts: 335 Location: Cambridge, uk
|
Posted: Mon May 17, 2010 10:50 am Post subject: |
|
|
Hi Paul,
Sorry for taking a while to get back to you.
Although it would be rarely used, that seems like a reasonable feature. Unfortunately, we won't have time to put it in for v5, but I've put it in the bug tracking system.
Cheers, _________________ Alex
Developer,
Red Gate .NET Tools |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group