DotCoverCoverageSettings.

ProcessFilters Property

Summary

Gets the coverage process filters using the following syntax: +:test.exe;program.exe*; Use -:anexe to exclude an assembly from code coverage. This represents the /ProcessFilters option.

Syntax

public ISet<string> ProcessFilters { get; }

Value

Type Description
ISet<string>