Forum member
ndeslandes
22 posts
Posts by ndeslandes
-
Exclude compiler generated code from coverage?
Hi Remco, Thanks for your reply, which I unfortunately missed... The main purpose is indeed to remove the distortion from the metric window. I have used Metrics Window filter, which was fine in my case since I'm working on a small-ish project right time. This would've been much more painful in …
05 Mar 2014 09:59 UTC
-
Exclude compiler generated code from coverage?
Hi, I love the support for the ExcludeFromCodeCoverage attribute. Is there a way to indicate other attributes that should exclude class and methods from the coverage report? The main use I would have for it would be to exclude compiler generate code, such as this: [code=csharp] [global…
12 Feb 2014 11:00 UTC