DotCoverCoverageSettings.

ExcludeAssemblies Property

Summary

Gets assembly names to exclude from analysis. Wildcards (*) allowed. This represents the --exclude-assemblies option.

Syntax

public ISet<string> ExcludeAssemblies { get; }

Value

Type Description
ISet<string>