Hello Everyone!
The problem is; I have a project for obfuscation which contains multiple assemblies, on every release the whole project is obfuscated. The project file and mapping file is also generated, but problem is if the patch is needed I can;t obfuscate the whole project. I just need to obfuscate a single assembly file.
Please guide me how can I obfuscate a single assembly, to replace that assembly with old one and run the whole application perfectly without method, field or event missing errors.
Thanx