i am trying to obfuscate my custom web part.
first i created my web part using visual studio 2010. i build the web part it build the web part as .dll in bin folder. i obfuscated the .dll with confuser obfuscator. and i replaced the original dll with obfuscated dll. then i trying to pack the web part.
but visual studio is rebuilding the web part and packing with newly rebuild dll (original ) instead of obfuscated dll.
is there any other way to obfuscate share point 2010 webpart?