Summary
Adds the filter.
- Namespace
- Cake
.Common .Tools .DotCover - Containing Type
- Dot
Cover Coverage Settings Extensions
Syntax
public static T WithProcessFilter<T>(this T settings, string filter)
where T : DotCoverCoverageSettings
Type Parameters
Name | Description |
---|---|
T | The settings type, derived from DotCoverCoverageSettings . |
Parameters
Name | Type | Description |
---|---|---|
settings | T | The settings. |
filter | string | The process filter. |
Return Value
Type | Description |
---|---|
T | The same DotCoverCoverageSettings instance so that multiple calls can be chained. |