Activity overview
Latest activity by Michael
Is there a good solution for compiler-generated code being marked Serializable?
C# in VS2015 seems to throw a pointless Serializable attribute onto some auto-generated code, causing the parent class not to be fully obfuscated. Is there a better solution than tweaking the code ...