Code coverage for Attributes with dotCover and C#
We use dotCover (by Jetbrains). We have some custom attributes on properties of models and dotCover shows they are not covered by tests. I tried a number of ways to make tests for them but dotCover still shows that they are not covered.