Summary
Gets attribute filters used to exclude classes or methods.
This represents the
-excludebyattribute
option.
- Namespace
- Cake
.Common .Tools .OpenCover - Containing Type
- OpenCoverSettings
Syntax
public ISet<string> ExcludedAttributeFilters { get; }
Value
Type | Description |
---|---|
ISet |
The excluded attributes. |