OpenCoverAliases Class

Summary

Contains functionality related to OpenCover.

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 OpenCoverSettings class:

#tool "nuget:?package=OpenCover"

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

Syntax

[CakeAliasCategory("OpenCover")]
public static class OpenCoverAliases

Attributes

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

Methods

Name Value Summary
OpenCover(ICakeContext, Action<ICakeContext>, FilePath, OpenCoverSettings) void
Runs OpenCover for the specified action and settings.
static

Extension Methods

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