CliAnalyzerAttribute Type
Marks an analyzer for scanning during the console application run.
Constructors
| Constructor |
Description
|
Full Usage:
CliAnalyzerAttribute(?name, ?shortDescription, ?helpUri)
Parameters:
string
?shortDescription : string
?helpUri : string
Returns: CliAnalyzerAttribute
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Name
Returns: string
|
|
Inherited members
Inherited from
AnalyzerAttribute
Instance members
| Instance member |
Description
|
Full Usage:
this.Name
Returns: string
|
|
Full Usage:
this.ShortDescription
Returns: string option
|
|
Full Usage:
this.HelpUri
Returns: string option
|
|
FSharp.Analyzers.SDK