RE: //ea does not work - new user

RE: //ea does not work - new user

svu,

for a method such as set_DatabaseTime, you should use the //em flag, not the //ea flag.

Stephen


RE: RE: //ea does not work - new user

Hi Stephen I found out the right syntax. The //em flag does not work in the beta version. I then ported the arguments into a config.setting file. Now I got a new problem ! How many tags can I write ? If I write more than ~18, NCover.console.exe never returns.


RE: RE: //ea does not work - new user

svu,

there's no predefined limit for the tag, however, applying all the exclusion rules could get expensive, because NCover has to check them against every class and method that is loaded. It's probably just that NCover is taking a while to do the checks. How long have you let NCover run for?