Build Id
Attaches a custom build id to the coverage data gathered, a random unique ID will be created otherwise. (Any string is a valid build id).
buildId="2009-12-B1-Staging"
Turn literal mode on.
Turns off the automatic detection and fixing of common NCover configuration errors; forces NCover to interpret its configuration literally.
Default Value: False
literalMode="true"
Register NCover
Temporarily enable NCover for the current user.
NOTE: This argument will not work for the //iis or the //svc arguments.
registerProfiler="true"
Global Environment
Configures NCover to cover child processes that could start as services or as regular applications.
setupGlobalEnvironment="true"
Working Directory
Set the working directory of the covered application.
NOTE: Does not apply to IIS or a service started with //svc.
NOTE: Does not apply to any //pm process.
workingDirectory="d:\dev\code\"
Wait for Application Load
Tell NCover to wait the given number of minutes for the application to start up. If the application has not started up after the given amount of time, NCover will assume that it will never start up, and then exit.
Default: 1 minute
waitForAppLoad="8"