This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Coverlet.
Summary
Several extension methods when using DotNetTest.
- Assembly
- Cake
.Coverlet .dll - Namespace
- Cake
.Coverlet - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CoverletAliases"]
class Type type-node
Syntax
public static class CoverletAliases
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| Cake |
Methods
| Name | Value | Summary |
|---|---|---|
| Coverlet |
void |
Runs the coverlet global tool with the given folder. We will discover any proj files,
take the first and infer the name of the dll from that.
static
|
| Coverlet |
void |
Runs the coverlet global tool with the given test project. The name of the
dll is inferred from the project name
static
|
| Coverlet |
void |
Runs coverlet with the given dll, test project, and settings
static
|
| Coverlet |
void |
Executes Coverlet using the specified path, target, and settings.
static
|
| DotNetTest |
void |
Runs DotNetTest using the given
CoverletSettings
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
