Posts
Sort by recent activity
Obfuscation of Serializable type
I've found an issue with SmartAssembly's treatment of serializable types. If I have code like this in a .EXE assembly:public enum MyEnum { value1, value2 }SmartAssembly avoids obfuscating Serializ...