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

KnownTags

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
Compilation(compiler)
Signature: string
FailureTarget(name)
Signature: string
FinalTarget(name)
Signature: string
Other(typeDef,name)
Signature: string * string
Target(name)
Signature: string
Task(name)
Signature: string
Test(testName)
Signature: string
TestSuite(suiteName)
Signature: string

Instance members

Instance memberDescription
x.Name
Signature: string
x.Type
Signature: string