Home - Forums-.NET - Spices.Net - Obfuscator:How to leave untouched automatically generated property

Spices.Net

NET code security, tools to protect, obfuscate, tamper defense, code and data safety, recover, convert, optimize, explore, browse and analyze .Net software.

This forum related to following products: Spices.Net Suite, Spices.Net Obfuscator, Spices.Net Decompiler

Obfuscator:How to leave untouched automatically generated property
Link Posted: 04-Jun-2018 13:08
Hi, I've some properties in my assembly, automatically generated by Visual Studio. How can I make these properties leave untouched (exclude from obfuscation)?
Link Posted: 04-Jun-2018 13:11
To leave untouched compiler generated members you should set ObfuscationOptions.Members.LeaveGeneratedByCompiler option to True, in this case getter, setter(if available) methods of property and property will be untouched.