Header menu logo FSharp.Analyzers.SDK

ExcludeInclude Type

Union cases

Union case Description

ExcludeFilter string -> bool

Full Usage: ExcludeFilter string -> bool

Parameters:
    Item : string -> bool

A predicate function to exclude Analyzers.

Item : string -> bool

IncludeFilter string -> bool

Full Usage: IncludeFilter string -> bool

Parameters:
    Item : string -> bool

A predicate function to include Analyzers exclusively, while all others are ignored.

Item : string -> bool

Instance members

Instance member Description

this.IsExcludeFilter

Full Usage: this.IsExcludeFilter

Returns: bool
Returns: bool

this.IsIncludeFilter

Full Usage: this.IsIncludeFilter

Returns: bool
Returns: bool

Type something to start searching.