DotCoverCoverageSettingsExtensions Class

Summary

Contains extensions for DotCoverCoverageSettings.
Namespace
Cake.Common.Tools.DotCover
Base Types
  • object
graph BT Type-->Base0["object"] Type["DotCoverCoverageSettingsExtensions"] class Type type-node

Syntax

public static class DotCoverCoverageSettingsExtensions

Methods

Name Value Summary
WithAttributeFilter<T>(T, string) T
Adds the attribute filter.
static
WithFilter<T>(T, string) T
Adds the filter.
static
WithProcessFilter<T>(T, string) T
Adds the filter.
static
WithScope<T>(T, string) T
Adds the scope.
static

Extension Methods

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