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
ImportData
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 Case | Description |
BuildArtifact
Signature:
|
|
BuildArtifactWithName(artifactName)
Signature: string
|
|
Checkstyle
Signature:
|
|
DotNetCoverage(DotNetCoverageTool)
Signature: DotNetCoverageTool
|
|
DotNetDupFinder
Signature:
|
|
FindBugs
Signature:
|
|
FxCop
Signature:
|
|
Gtest
Signature:
|
|
Jslint
Signature:
|
|
Junit
Signature:
|
|
Mstest
Signature:
|
|
Nunit(NunitDataVersion)
Signature: NunitDataVersion
|
|
Pmd
Signature:
|
|
PmdCpd
Signature:
|
|
ReSharperInspectCode
Signature:
|
|
Surefire
Signature:
|
|
Xunit
Signature:
|
Instance members
Instance member | Description |
x.Name
Signature: string
|