I needed to be able to execute automated unit tests essentially command line for several different projects I am involved in. That is easy enough to do with mstest.exe (I am using FinalBuilder so it is even easier than that). What is not so easy is to gather the corresponding coverage statistics in something useful (i.e. XML). I need to do that because I use a tool called NDepend to analyze our code base and it only understands the XML coverage file. It took me a while to get it all figured out so ......
Why using closed generics directly makes me itch.