InspectCodeAliases Class

Summary

Contains functionality related to ReSharper's InspectCode tool.

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 InspectCodeSettings class:

#tool "nuget:?package=JetBrains.ReSharper.CommandLineTools"

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

Syntax

[CakeAliasCategory("ReSharper")]
public static class InspectCodeAliases

Attributes

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

Methods

Name Value Summary
InspectCode(ICakeContext, FilePath, InspectCodeSettings) void
Analyses the specified solution with ReSharper's InspectCode, using the specified settings.
static
InspectCode(ICakeContext, FilePath) void
Analyses the specified solution with ReSharper's InspectCode.
static
InspectCodeFromConfig(ICakeContext, FilePath) void
Runs ReSharper's InspectCode using the specified config file.
static

Extension Methods

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