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

OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

RegAsmHelper

Contains a task which can be used to run regasm .NET assembly

Nested types and modules

TypeDescription
RegAsmParams
OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

RegAsm parameter type

Functions and values

Function or valueDescription
RegAsm setParams lib
Signature: setParams:(RegAsmParams -> RegAsmParams) -> lib:string -> unit
Attributes:
[<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>]
OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

Runs regasm on the given lib

Parameters

  • setParams - Function used to manipulate the default RegAsm parameters.
  • lib - The assembly file name.
RegAsmDefaults
Signature: RegAsmParams
Attributes:
[<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>]
OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

RegAsm default params

regAsmToolPath
Signature: string
Attributes:
[<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>]
OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

Path to newest regasm.exe

RegisterAssembliesWithCodebase(...)
Signature: workingDir:string -> assemblies:seq<string> -> unit
Attributes:
[<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>]
OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

Executes RegAsm.exe with the /codebase /tlb option

Used to temporarily register any .net dependencies before running a VB6 build

UnregisterAssemblies(...)
Signature: workingDir:string -> assemblies:seq<string> -> unit
Attributes:
[<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>]
OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

Executes Regasm.exe with the /codebase /tlb /unregister options

Used to unregegister any temporarily registerd .net dependencies after running a VB6 build