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.BitDiffer.
Summary
Contains functionality for running a BitDiffer analysis on assemblies
In order to use commands for this addin, inclide the vollowing in you build.cake
file.
#addin "nuget:?package=Cake.BitDiffer"
#tool "nuget:?package=BitDiffer"
- Assembly
- Cake
.BitDiffer .dll - Namespace
- Cake
.BitDiffer - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BitDifferAliases"]
class Type type-node
Syntax
public static class BitDifferAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
BitDiffer |
BitDifferResult |
Compare assemblies with BitDiffer static
|
BitDiffer |
BitDifferResult |
Compare assemblies with BitDiffer static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|