Summary
Contains extensions for
OpenCoverSettings
.
- Namespace
- Cake
.Common .Tools .OpenCover - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["OpenCoverSettingsExtensions"]
class Type type-node
Syntax
public static class OpenCoverSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
ExcludeByAttribute |
OpenCoverSettings |
Exclude a class or method by filter
that match attributes that have been applied.
static
|
ExcludeByFile |
OpenCoverSettings |
Exclude a class (or methods) by filter that match the filenames.
static
|
WithFilter |
OpenCoverSettings |
Adds the filter.
static
|
WithoutRegister |
OpenCoverSettings |
Sets the register-option to "none".
static
|
WithRegisterAdmin |
OpenCoverSettings |
Sets the register-option to admin-registry-access.
static
|
WithRegisterDll |
OpenCoverSettings |
Sets the register-option to dll-registration (i.e no registry-access).
static
|
WithRegisterUser |
OpenCoverSettings |
Sets the register-option to user-registry-access.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|