yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.54k stars 1.61k forks source link

Problem with ConfuserEx #351

Open rgshai opened 8 years ago

rgshai commented 8 years ago

I'm trying to protect a class which has an inner class. Example: public class a { Some members public class b { some members } }

Now class a is protected but class B is not protected, can anyone help me? what pattern should be written? Note that all the dll except this class is partially protected and dll a (and b) should be more protected and hence have a rule which adds more protection.

Thanks for any help...

yck1509 commented 8 years ago

Hi, By default, the pattern "true" would matches all class. Are you using custom patterns? Please share your patterns so that I could see what's wrong with it.