Skip to content
sawilde edited this page Sep 14, 2010 · 10 revisions

Welcome to the partcover.net4 wiki!

This is an attempt to update PartCover, a code coverage tool originally hosted on sourceforge (https://sourceforge.net/projects/partcover/), to .NET4

There is a dependancy on boost (see http://www.boost.org/) a C++ library and because of packaging changes by Microsoft we know need to reference AtlServer which is now hosted at CodePlex (http://atlserver.codeplex.com/). I have packaged the zips that I downloaded from those sites so it is possible to ensure that anyone working on the project is using the same versions.

[18/6/10]
Okay can now repeat SxS scenario and I have now forced the profiler to be in first CLR wins mode; which means it now covers all requirements for a true .NET4 profiler as it can handle that scenario in a predictable manner.

[12/6/10]
Think I’ve cracked the Generic class issue – the original developers had captured all the data needed but were using profiler API that has issues when dealing with generics and generic classes.

Now to work on SxS loading so we can use the profiler on .NET2 and .NET4 CLRs at the same time. Just can’t figure out a way how to replicate it.

Clone this wiki locally