DotCoverAliases Class

Summary

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"

Namespace
Cake.Common.Tools.DotCover
Base Types
  • object
graph BT Type-->Base0["object"] Type["DotCoverAliases"] class Type type-node

Syntax

[CakeAliasCategory("DotCover")]
public static class DotCoverAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
DotCoverAnalyse(ICakeContext, Action<ICakeContext>, FilePath, DotCoverAnalyseSettings) void
Runs DotCover Analyse for the specified action and settings.
static
DotCoverCover(ICakeContext, Action<ICakeContext>, FilePath, DotCoverCoverSettings) void
Runs DotCover Cover for the specified action and settings.
static
DotCoverMerge(ICakeContext, IEnumerable<FilePath>, FilePath, DotCoverMergeSettings) void
Runs DotCover Merge for the specified action and settings.
static
DotCoverMerge(ICakeContext, IEnumerable<FilePath>, FilePath) void
Runs DotCover Merge for the specified action and settings.
static
DotCoverReport(ICakeContext, FilePath, FilePath, DotCoverReportSettings) void
Runs DotCover Report for the specified action and settings.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin