StrongNameReSignToolAliases Class

Summary

Strong Name (sn.exe) tool aliases. It is possible to resign a delay-signed assembly. The resign alias uses the sn.exe containers to resign the specified assemblies. the aliases also provide verification functionality. The verify alias will check if an assembly has a strong name or not. ForceVerification set to true.
Assembly
cake.strongnametool.dll
Namespace
Cake.StrongNameTool
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["StrongNameReSignToolAliases"] class Type type-node

Syntax

public static class StrongNameReSignToolAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
StrongNameReSign(ICakeContext, FilePath, StrongNameToolSettings) void
Uses sn.exe to resign the specified assembly.
static
StrongNameReSign(ICakeContext, IEnumerable<FilePath>, StrongNameToolSettings) void
Uses sn.exe to resign the specified assemblies.
static
StrongNameReSign(ICakeContext, IEnumerable<string>, StrongNameToolSettings) void
Uses sn.exe to resign the specified assemblies.
static
StrongNameReSign(ICakeContext, string, StrongNameToolSettings) void
Uses sn.exe to resign the specified assembly.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin