Forum member

ndeslandes

22 posts

Posts by ndeslandes

  1. 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 …

  2. 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…