In a very old post I explained how to enable code coverage in TFS2010 builds and today I received a mail asking an interesting question. The question is: “Is it possible to have Code Coverage result to be included in drop folder?”. Answering this question is a two phase process, the first one is understanding [...]

kick it on DotNetKicks.com

Continue reading about Getting code coverage result in drop folder during a TFS2010 buils

alkampfer on August 7th, 2009

I’m not a fanatic of Code Analysis, at least I know that it is quite impractical trying to remove all warning of fxcop analysis, but I strongly advice you to run code analysis on your code, and give it a shot from time to time. First of all is a good way to find potential [...]

kick it on DotNetKicks.com

Continue reading about Code analysis for Sql Project