Is there any tool that cleans up C#.NET code of all the comments, debug statements, documentation when deploying it to a server?
I am looking to use this for deployment scenarios…and hopefully should be able to integrate this with CruiseControl.NET or even TFSBuild.
Thanks in advance.
- SK
Do a release build – that will remove all of those things.