AnalyzerProjectOptions Type
Options related to the project being analyzed.
Union cases
| Union case |
Description
|
|
|
Full Usage:
TransparentCompilerOptions FSharpProjectSnapshot
Parameters:
FSharpProjectSnapshot
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBackgroundCompilerOptions
Returns: bool
|
|
Full Usage:
this.IsTransparentCompilerOptions
Returns: bool
|
|
|
The time at which the project was loaded.
|
Full Usage:
this.OtherOptions
Returns: string list
|
Additional command line argument options for the project.
|
Full Usage:
this.ProjectFileName
Returns: string
|
The current project name.
|
Full Usage:
this.ProjectId
Returns: string option
|
The identifier of the current project.
|
Full Usage:
this.ReferencedProjectsPath
Returns: string list
|
Projects referenced by this project.
|
Full Usage:
this.SourceFiles
Returns: string list
|
The set of source files in the current project.
|
FSharp.Analyzers.SDK