FSharpCheckProjectResults Type
A handle to the results of CheckFileInProject.
Instance members
Instance member |
Description
|
|
Get a view of the overall contents of the assembly. Only valid to use if HasCriticalErrors is false.
|
|
Get a view of the overall signature of the assembly. Only valid to use if HasCriticalErrors is false.
|
Full Usage:
this.DependencyFiles
Returns: string[]
|
Indicates the set of files which must be watched to accurately track changes that affect these results, Clients interested in reacting to updates to these files should watch these files and take actions as described in the documentation for compiler service.
|
|
The errors returned by processing the project
|
Full Usage:
this.GetAllUsesOfAllSymbols
Parameters:
CancellationToken
Returns: FSharpSymbolUse[]
|
Get all textual usages of all symbols throughout the project
|
|
Get an optimized view of the overall contents of the assembly. Only valid to use if HasCriticalErrors is false.
|
Full Usage:
this.GetUsesOfSymbol
Parameters:
FSharpSymbol
?cancellationToken : CancellationToken
Returns: FSharpSymbolUse[]
|
Get the textual usages that resolved to the given symbol throughout the project
|
Full Usage:
this.HasCriticalErrors
Returns: bool
|
Indicates if critical errors existed in the project options
|
|
Get the resolution of the ProjectOptions
|