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
CompileRunner
Contains helper functions which allow to interact with the F# Interactive.
Functions and values
Function or value | Description |
compile context outDll
Signature: context:FakeContext -> outDll:string -> CompilationErrors * int
|
|
nameParser(...)
Signature: cachedAssemblyFileName:string -> scriptFileName:string -> string * (string -> unit option)
|
public, because it is used by test code |
runFakeScript cache context
Signature: cache:CoreCacheInfo option -> context:FakeContext -> ResultCoreCacheInfo * RunResult
|
|
runUncached(context)
Signature: context:FakeContext -> ResultCoreCacheInfo * RunResult
|
|
tryRunCached c context
Signature: c:CoreCacheInfo -> context:FakeContext -> RunResult
|