Maximum Amount of Inclusions or Exclusions

Maximum Amount of Inclusions or Exclusions

Does anyone know whether there is a maximum amount of exclusions or inclusions possible? For example, if I had a few thousand methods I was trying to exclude one by one with their fully qualified name because there wasn't a regex that I could effectively exclude them with, would there be an issue with that?

It doesn't seem like there is a character cap in the exclusion/inclusion fields, but would I see a major performance hit?


RE: Maximum Amount of Inclusions or Exclusions

As you observed, there's no character cap, but the more includes/excludes are added, the more performance will be affected.

I know of one customer who added more than two hundred individual assembly includes, and found the resulting performance borderline unacceptable.

I hope this helps!

NCover Support