Header menu logo FSharp.Analyzers.SDK

AnalyzerProjectOptions Type

Options related to the project being analyzed.

Union cases

Union case Description

BackgroundCompilerOptions FSharpProjectOptions

Full Usage: BackgroundCompilerOptions FSharpProjectOptions

Parameters:
Item : FSharpProjectOptions

TransparentCompilerOptions FSharpProjectSnapshot

Full Usage: TransparentCompilerOptions FSharpProjectSnapshot

Parameters:
    Item : FSharpProjectSnapshot

Item : FSharpProjectSnapshot

Instance members

Instance member Description

this.IsBackgroundCompilerOptions

Full Usage: this.IsBackgroundCompilerOptions

Returns: bool
Returns: bool

this.IsTransparentCompilerOptions

Full Usage: this.IsTransparentCompilerOptions

Returns: bool
Returns: bool

this.LoadTime

Full Usage: this.LoadTime

Returns: DateTime

The time at which the project was loaded.

Returns: DateTime

this.OtherOptions

Full Usage: this.OtherOptions

Returns: string list

Additional command line argument options for the project.

Returns: string list

this.ProjectFileName

Full Usage: this.ProjectFileName

Returns: string

The current project name.

Returns: string

this.ProjectId

Full Usage: this.ProjectId

Returns: string option

The identifier of the current project.

Returns: string option

this.ReferencedProjectsPath

Full Usage: this.ReferencedProjectsPath

Returns: string list

Projects referenced by this project.

Returns: string list

this.SourceFiles

Full Usage: this.SourceFiles

Returns: string list

The set of source files in the current project.

Returns: string list

Type something to start searching.