DotNetVersionDetectorAliases Class

Summary

Contains functionality related to the .Net Version Detector tool.

In order to use the commands for this addin, you will need to have the .Net Version Detector tool available. This can be installed via Chocolatey. In addition, you will need to include the following:

#addin Cake.DotNetVersionDetector

Assembly
Cake.DotNetVersionDetector.dll
Namespace
Cake.DotNetVersionDetector
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DotNetVersionDetectorAliases"] class Type type-node

Syntax

public static class DotNetVersionDetectorAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
DotNetVersionDetector(ICakeContext, FilePath, DotNetVersionDetectorSettings) void
Runs .Net Version Detector, and outputs to specified output FilePath with the specified DotNetVersionDetectorSettings
static
DotNetVersionDetector(ICakeContext, FilePath) void
Runs .Net Version Detector, and outputs to specified output FilePath
static

Extension Methods

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