NCover //a - only works if .dll is not appended
NCover 1.5.8, .NET 2 assembly
When I run NCover and specify the assembly as:
NCover //a MyAssembly.dll
then no coverage info is generated. If I specify it as:
NCover //a MyAssembly
then coverage information is generated.
I think this facility worked ok in earlier versions of NCover (1.5.4?), or perhaps I am specifying things incorrectly now?