I'm new to obfuscation and trying to integrate it into my product. How do I get my Unit Test project to build against an obfuscated assembly?
Comments
1 comment
-
Hi Albert,
Thanks for your post!
For unit testing with the obfuscated assembly, it may help to integrate SmartAssembly into your build process. That way, you can have the obfuscated assemblies created and placed in the appropriate location every time you build and before you run your tests. Kindly see here for more details on integrating SA into your normal build process: https://documentation.red-gate.com/disp ... th+MSBuild
Hope that might help!
Add comment
Please sign in to leave a comment.