Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

TraceData

Defines Tracing information for TraceListeners Note: Adding new cases to this type is not considered a breaking change! Please consider not using a match on this type in code external to the fake repository.

Union Cases

Union CaseDescription
BuildNumber(text)
Signature: string
BuildState(TagStatus,string option)
Signature: TagStatus * string option
CloseTag(KnownTags,time,TagStatus)
Signature: KnownTags * TimeSpan * TagStatus
ErrorMessage(text)
Signature: string
ImportantMessage(text)
Signature: string
ImportData(typ,path)
Signature: ImportData * string
LogMessage(text,newLine)
Signature: string * bool
OpenTag(KnownTags,description)
Signature: KnownTags * string option

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

TestOutput(testName,out,err)
Signature: string * string * string
TestStatus(testName,status)
Signature: string * TestStatus
TraceMessage(text,newLine)
Signature: string * bool

Instance members

Instance memberDescription
x.Message
Signature: string option
x.NewLine
Signature: bool option