AssemblyLoadStats Type
Record fields
| Record Field |
Description
|
Full Usage:
AnalyzerAssemblies
Field type: int
|
The number of DLLs from which we tried to load analyzers.
|
Full Usage:
AnalyzerNames
Field type: string list
|
The names of all analyzers loaded across all attempted DLLs.
|
Full Usage:
FailedAssemblies
Field type: int
|
The number of assemblies from which we tried and failed to load any DLLs.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Analyzers
Returns: int
|
The total number of analyzers loaded across all attempted DLLs.
|
FSharp.Analyzers.SDK