How to add *xaml.cs files to Coverage Results Filters?

91 Views Asked by At

enter image description here I've tried **\*.xaml.cs and **\*View*\**\*.xaml.cs but dotCover still picking up those .xaml.cs files.

1

There are 1 best solutions below

0
Visual Sharp On

Exclude file masks should be able to filter them out.

enter image description here