Can I mix command line and settings file options?

Can I mix command line and settings file options?

Can I use the load settings and other command line parameters in conjunction? I'm trying to use the settings file for coverage exclusions and the report destination and min code coverage from the command line arguments as they are variablized in my script.

Shouldn't I be able to do this? If so, can someone give me their command line call that includes both? Does the order matter or something?


Reply To: Can I mix command line and settings file

paheal,

Mixing comman line options and settings file options is not possible in the current release of NCover, as the settings file overwrites all other settings once it is loaded.

Regards, Stephen