Cake.Common.Tools.DotCover Namespace

Class Types

Class Summary
DotCoverAliases

Contains functionality related to DotCover.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the appropriate settings class:

#tool "nuget:?package=JetBrains.dotCover.CommandLineTools"

DotCoverCoverageSettings Contains settings used by DotCoverTool<TSettings>.
DotCoverCoverageSettingsExtensions Contains extensions for DotCoverCoverageSettings.
DotCoverCoverageTool<TSettings> DotCover Coverage tool.
DotCoverSettings Contains settings used by DotCoverTool<TSettings>.
DotCoverSettingsExtensions Contains extensions for DotCoverSettings.
DotCoverTool<TSettings> Base class for all DotCover related tools.

Enum Types

Enum Summary
DotCoverReportType Represents DotCover ReportType.

Namespaces