DotCoverCoverageSettings.

Filters Property

Summary

Gets the coverage filters using the following syntax: +:module=*;class=*;function=*; Use -:myassembly to exclude an assembly from code coverage. Asterisk wildcard (*) is supported here. This represents the /Filters option.

Syntax

public ISet<string> Filters { get; }

Value

Type Description
ISet<string>