Posts
Sort by recent activity
Inheritance of the DoNotObfuscate Attribute
I have some code similar to this:[SmartAssembly.Attributes.DoNotObfuscate]public class BaseClass {}When I look at the implementation of the DoNotObfuscateAttribute, I can see its AttributeUsage att...