DotCoverCoverageSettings.

ExcludeAttributes Property

Summary

Gets fully qualified attribute names to exclude from analysis. Wildcards (*) allowed. Code marked with these attributes will be excluded from coverage. This represents the --exclude-attributes option.

Syntax

public ISet<string> ExcludeAttributes { get; }

Value

Type Description
ISet<string>