StrongNameCreateToolAliases Class

Summary

Strong Name (sn.exe) tool aliases.static It is possible to create a new snk file by passing the path to the file that you want to create.
Assembly
cake.strongnametool.dll
Namespace
Cake.StrongNameTool
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["StrongNameCreateToolAliases"] class Type type-node

Syntax

public static class StrongNameCreateToolAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
StrongNameCreate(ICakeContext, FilePath) void
Uses sn.exe to create a new strong name key file.
static

Extension Methods

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