How do I tell NCover where the source is?
How do I tell NCover where the source is?
Hi,
I'm currently evaluating NCover 3 on one of our test machines, and it seems to be working well. The big issue I'm having is that it's not displaying any source when I click on a method in the explorer (the source code panel doesn't appear). I'm guessing this is a configuration issue, but I haven't figured out how to direct NCover to the source files. Right now I have them in the project working directory. Can anyone give me a push in the right direction?
Thanks!
RE: How do I tell NCover where the source is?
In the "Environment Options" panel (found under the "Application Options" window) make sure the "Warn about missing source files" option is checked; NCover should figure out that it can't find the source file and then ask you where it is located.
Stephen