FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

TraceData Type

Defines Tracing information for TraceListeners Please consider not using a match on this type in code external to the fake repository.

Union cases

Union case Description

BuildNumber text

Full Usage: BuildNumber text

Parameters:
    text : string

text : string

BuildState(TagStatus, string option)

Full Usage: BuildState(TagStatus, string option)

Parameters:
Item1 : TagStatus
Item2 : string option

CloseTag(KnownTags, time, TagStatus)

Full Usage: CloseTag(KnownTags, time, TagStatus)

Parameters:
Item1 : KnownTags
time : TimeSpan
Item3 : TagStatus

ErrorMessage text

Full Usage: ErrorMessage text

Parameters:
    text : string

text : string

ImportData(typ, path)

Full Usage: ImportData(typ, path)

Parameters:
typ : ImportData
path : string

ImportantMessage text

Full Usage: ImportantMessage text

Parameters:
    text : string

text : string

LogMessage(text, newLine)

Full Usage: LogMessage(text, newLine)

Parameters:
    text : string
    newLine : bool

text : string
newLine : bool

OpenTag(KnownTags, description)

Full Usage: OpenTag(KnownTags, description)

Parameters:
    Item1 : KnownTags
    description : string option

Happens when a tag (Task, Target, Test, ...) has started.

Item1 : KnownTags
description : string option

TestOutput(testName, out, err)

Full Usage: TestOutput(testName, out, err)

Parameters:
    testName : string
    out : string
    err : string

testName : string
out : string
err : string

TestStatus(testName, status)

Full Usage: TestStatus(testName, status)

Parameters:
testName : string
status : TestStatus

TraceMessage(text, newLine)

Full Usage: TraceMessage(text, newLine)

Parameters:
    text : string
    newLine : bool

text : string
newLine : bool

Instance members

Instance member Description

this.Message

Full Usage: this.Message

Returns: string option
Returns: string option

this.NewLine

Full Usage: this.NewLine

Returns: bool option
Returns: bool option