Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

StrongNamingHelper

This module contains helper function for Microsoft's sn.exe

Nested types and modules

TypeDescription
StrongNameParams

Strong naming parameters

Functions and values

Function or valueDescription
DisableVerification assembly key
Signature: assembly:string -> key:string -> unit

Registers the given assembly for verification skipping.

SN32
Signature: string
SN64
Signature: string
StrongName setParams command
Signature: setParams:(StrongNameParams -> StrongNameParams) -> command:string -> unit

Runs sn.exe with the given command.

StrongNameDefaults
Signature: StrongNameParams

Strong naming default parameters