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
CoreCache
Contains helper functions which allow to interact with the F# Interactive.
Nested types and modules
Type | Description |
CacheOutdated | |
ICachingProvider |
Functions and values
Function or value | Description |
fakeDirectoryName
Signature: string
|
|
findAndLoadInRuntimeDeps(...)
Signature: loadContext:AssemblyLoadContext -> name:AssemblyName -> logLevel:VerboseLevel -> runtimeDependencies:AssemblyInfo list -> Assembly
|
|
findAndLoadInRuntimeDepsCached
Signature: AssemblyLoadContext -> AssemblyName -> VerboseLevel -> AssemblyInfo list -> Assembly
|
|
findUnmanagedInRuntimeDeps(...)
Signature: unmanagedDllName:string -> logLevel:VerboseLevel -> nativeLibraries:NativeLibrary list -> string
|
|
getCached(...)
Signature: getUncached:(unit -> 'a) -> readFromCache:(unit -> 'a) -> writeToCache:('a -> unit) -> checkCacheUpToDate:(unit -> bool) -> 'a
Type parameters: 'a |
|
loadAssembly(...)
Signature: loadContext:AssemblyLoadContext -> logLevel:VerboseLevel -> assemInfo:AssemblyInfo -> (string option * Assembly) option
|
|
prepareContext config cache
Signature: config:FakeConfig -> cache:ICachingProvider -> FakeContext * CoreCacheInfo option
|
|
resolveUnmanagedDependencyCached
Signature: (string -> nativeint) -> string -> VerboseLevel -> NativeLibrary list -> nativeint
|
|
runScriptWithCacheProvider config cache
Signature: config:FakeConfig -> cache:ICachingProvider -> RunResult
Attributes: [<Obsolete("Use runScriptWithCacheProviderExt instead")>] |
OBSOLETEUse runScriptWithCacheProviderExt instead |
runScriptWithCacheProviderExt(...)
Signature: config:FakeConfig -> cache:ICachingProvider -> RunResult * ResultCoreCacheInfo * FakeContext
|
|
setupAssemblyResolverLogger(context)
Signature: context:FakeContext -> unit
|