Question

I tried to use this on my class library "mylib.core.data.dll" and got a successful obfuscation, however, when I import this dll into another project via "Reference" and tried

imports --- My library "mylib.core.data.dll", doesn't show except for "e" and "h". Can someone tell me what I missed during the obfuscation process?

Thanks

Was it helpful?

Solution

You properly obfuscated the file and your classes were renamed. If your dll is going to be a library dotfuscator has a library mode you can set or you can turn off renaming.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top