This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.StrongNameTool.
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 |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
StrongNameReSign |
void |
Uses sn.exe to resign the specified assembly.
static
|
StrongNameReSign |
void |
Uses sn.exe to resign the specified assemblies.
static
|
StrongNameReSign |
void |
Uses sn.exe to resign the specified assemblies.
static
|
StrongNameReSign |
void |
Uses sn.exe to resign the specified assembly.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|