Header menu logo F# Compiler Guide

FSharpProjectIdentifier Type

An identifier of an F# project. This serves to identify the same project as it changes over time and enables us to clear obsolete data from caches.

Union cases

Union case Description

FSharpProjectIdentifier(projectFileName, outputFileName)

Full Usage: FSharpProjectIdentifier(projectFileName, outputFileName)

Parameters:
    projectFileName : string
    outputFileName : string

projectFileName : string
outputFileName : string

Type something to start searching.