This is part of the Fake.Runtime module.
Contains helper functions which allow to interact with the F# Interactive.
Function or value | Description |
compile context outDll
Signature: context:FakeContext -> outDll:string -> CompilationErrors * int
|
|
fcsDependencyManagerOptions
Signature: string list
|
options that must be added to compilations to circumvent compilation errors from the DependencyManager preview feature
|
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
|
|