Folks, for the first time I have to obfuscate some assemblies that contain proprietary algorithms. I'm playing with the built-in Community edition. I'm disappointed to find that it's not integrated into Visual Studio in any way I can find, I have to use a separate app to create an XML file for each 'fuscate. Then how do I add that into my local build pipeline, post build commands or PS scripts? And my libraries are multi-platform targeted, so I have to process them all? Then I want to build NuGet packages, and so on. My first impression is that adding dotfuscator is like a spanner thrown into my nice simple local build and deploy process.
Before I start reinventing wheels everywhere I thought I'd ask in here first if anyone has been down this road and has some suggestions. *Greg K*