I want to NotObfuscate two classes in an assembly (and their members). What's the syntax in the assemblyinfo file for this. I'm currently trying:
[assembly: NineRays.Obfuscator.NotObfuscateMembers("TBS.Core.Viewer.Preferences.*")]
[assembly: NineRays.Obfuscator.NotObfuscateMembers("TBS.Core.Model.annotationStereotype.*")]
but only the first is not obfuscated