StyleCop and the MSBuild Extension Pack
I use StyleCop to check my C# code, running it both manually on particular projects or files from within Visual Studio as well as automatically for all code files as part of the build. The MSBuild Extension Pack provides a Task to run StyleCop from MSBuild. The build file imports the MSBuild Extension Pack tasks […]
continue reading StyleCop and the MSBuild Extension Pack