After getting OpenCover to work on my machine, the next step is getting it to work with the build server.
I\'ve been trying to integrate OpenCover with MSBuild on a
As the build server is a service then I would use the -register switch only, however if on a build server I would always say you should register both the 32 and 64 bit profilers, once, using regsvr32 and then drop the -register switch i.e. There is no need to register and unregister the profiler each time.
The -register[:user] switch is for those scenarios where people (like myself) like to work under limited permissions.