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.StrongNameSigner.
Summary
Automatic strong-name signing of referenced assemblies. Aliases to strong-name sign .NET assemblies, including assemblies you do not have the source code for. More information.
In order to use the commands for this addin, you will need to have StrongNameSigner installed on the machine it is running on:
#tool nuget:?package=Brutal.Dev.StrongNameSigner
also you will need the following in your cake file:
#addin nuget:?package=Cake.StrongNameSigner
- Assembly
- Cake
.StrongNameSigner .dll - Namespace
- Cake
.StrongNameSigner - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["StrongNameSignerAliases"]
class Type type-node
Syntax
public static class StrongNameSignerAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
StrongNameSigner |
void |
Executes StrongNameSigner.Console.exe on a collection of assemblies using the specified settings..
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|