Header menu logo F# Compiler Guide

FSharpWorkspaceProjects Type

Interface for managing with projects in an F# workspace.

Instance members

Instance member Description

this.AddOrUpdate

Full Usage: this.AddOrUpdate

Parameters:
    projectFileName : string
    outputFileName : string
    sourceFiles : string seq
    referencesOnDisk : string seq
    otherOptions : string list

Returns: FSharpProjectIdentifier
projectFileName : string
outputFileName : string
sourceFiles : string seq
referencesOnDisk : string seq
otherOptions : string list
Returns: FSharpProjectIdentifier

this.AddOrUpdate

Full Usage: this.AddOrUpdate

Parameters:
    projectPath : string
    outputPath : string
    compilerArgs : string seq

Returns: FSharpProjectIdentifier
projectPath : string
outputPath : string
compilerArgs : string seq
Returns: FSharpProjectIdentifier

this.AddOrUpdate

Full Usage: this.AddOrUpdate

Parameters:
Returns: FSharpProjectIdentifier

Adds or updates an F# project in the workspace. Project is identified by the project file and output path or FSharpProjectIdentifier.

projectConfig : ProjectConfig
sourceFilePaths : string seq
Returns: FSharpProjectIdentifier

Type something to start searching.