GitLink3Aliases Class

Summary

Contains functionality related to GitLink version 3.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the GitLink3Settings class:

#tool "nuget:?package=gitlink"

Namespace
Cake.Common.Tools.GitLink
Base Types
  • object
graph BT Type-->Base0["object"] Type["GitLink3Aliases"] class Type type-node

Syntax

[CakeAliasCategory("GitLink v3")]
public static class GitLink3Aliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
GitLink3(ICakeContext, FilePath, GitLink3Settings) void
Update the pdb file to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.
static
GitLink3(ICakeContext, FilePath) void
Update the pdb file to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.
static
GitLink3(ICakeContext, IEnumerable<FilePath>, GitLink3Settings) void
Update the pdb files to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.
static
GitLink3(ICakeContext, IEnumerable<FilePath>) void
Update the pdb files to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.
static

Extension Methods

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