ExcludeInclude Type
Union cases
| Union case |
Description
|
Full Usage:
ExcludeFilter string -> bool
Parameters:
string -> bool
|
A predicate function to exclude Analyzers.
|
Full Usage:
IncludeFilter string -> bool
Parameters:
string -> bool
|
A predicate function to include Analyzers exclusively, while all others are ignored.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsExcludeFilter
Returns: bool
|
|
Full Usage:
this.IsIncludeFilter
Returns: bool
|
|
FSharp.Analyzers.SDK