DotCoverCoverageSettings.

Scope Property

Summary

Gets the assemblies loaded in the specified scope into coverage results. Ant-style patterns are supported here (e.g.ProjectFolder/**/*.dll) This represents the /Scope option.

Syntax

public ISet<string> Scope { get; }

Value

Type Description
ISet<string>