Daily Usage Issues

doe not 'Go to selected test'

Started by krutzki on 21,630 views

Hi,

Thanks for sending through the sample code. I was able to reproduce the problem and can confirm that it is related to the ExcludeFromCodeCoverage attribute, which seemed to be causing problems for NCrunch when applied at fixture level.

I've prepared a build that includes a fix for this problem. You're welcome to try it if you like:

http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.6.0.7.msi
http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.6.0.7.zip
http://downloads.ncrunch.net/NCrunch_VS2008_2.6.0.7.msi
http://downloads.ncrunch.net/NCrunch_VS2010_2.6.0.7.msi
http://downloads.ncrunch.net/NCrunch_VS2010_2.6.0.7.zip
http://downloads.ncrunch.net/NCrunch_VS2012_2.6.0.7.msi
http://downloads.ncrunch.net/NCrunch_VS2012_2.6.0.7.zip
http://downloads.ncrunch.net/NCrunch_VS2013_2.6.0.7.msi
http://downloads.ncrunch.net/NCrunch_VS2013_2.6.0.7.zip


Alternatively, you can work around this problem by removing the ExcludeFromCodeCoverage attribute from your test fixtures. Applying this attribute at method (test) level will not cause the problem. You could also look into using code coverage suppression comments as an alternative.
can confirm that it appears to be working - downloaded latest build and installed.

can you pls confirm that you got my message and that it was actioned

really appreciate your responsiveness and fixes. Thanks :)

Great to hear! I received your message and can confirm it was actioned. I've been trying to email you this confirmation, but your mail server doesn't seem to like my SMTP server for some reason (it seems I'm a spammer?). Anyway, I'm glad all is resolved :)

Post a reply

Log in to reply.