FAKE - F# Make


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

Fork me on GitHub