I am using Dotfuscator and Analytics Community Edition [Version-5.5.45]. I want to obfuscate my dll , all the classes inside that dll are obfuscated,but wcf proxy classes are not obfuscated in Dotfuscator Community Edition? It is possible to obfuscate the wcf proxy classes in dotfucator community edition? When i try to obfuscate normally, i am getting the following in Smart Obfuscation page, Property: mypropertyname::ShouldSerializePrompt was excluded from metadata stripping by Net30Rule for the following reasons: mypropertynameis decorated with System.Runtime.Serialization.DataContractAttribute. Method: mymethodname::void .ctor(string, System.ServiceModel.EndpointAddress) was excluded from renaming by Net30Rule for the following reasons: mymethodname was excluded from renaming. User Type: usertypname was excluded from renaming by Net30Rule for the following reasons: usertypename was excluded from renaming.
Can i get any ideas?