This is part of the Fake.Runtime module.

CompileRunner

Contains helper functions which allow to interact with the F# Interactive.

Functions and values

Function or valueDescription
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