StrongNameSignerAliases Class

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
CakeAliasCategoryAttribute

Methods

Name Value Summary
StrongNameSigner(ICakeContext, StrongNameSignerSettings) void
Executes StrongNameSigner.Console.exe on a collection of assemblies using the specified settings..
static

Extension Methods

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