C# code cleaning/auditing tool (stand-alone outside of the IDE).
Posted
by lucidquiet
on Stack Overflow
See other posts from Stack Overflow
or by lucidquiet
Published on 2010-06-08T21:57:08Z
Indexed on
2010/06/08
22:12 UTC
Read the original article
Hit count: 152
software-tools
Does anyone know of a stand-alone tool for C# code cleaning/auditing that can run outside of Visual Studio IDE so as to be part of a build. Or if that isn't possible can someone provide some guidance as to how to make Visual Studio part of a build process -- by that I mean it would be nice to run the IDE's Sort and Remove unused using statements on all files as part of the build, but even better would be an exe that can read the .sln, or .csproj and do the job as part of build system.
Thanks, L-
© Stack Overflow or respective owner