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.DotNetVersionDetector.
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
. Dot Net Version Detector .dll - Namespace
- Cake
. Dot Net Version Detector - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DotNetVersionDetectorAliases"]
class Type type-node
Syntax
public static class DotNetVersionDetectorAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Dot |
void |
Runs .Net Version Detector, and outputs to specified output FilePath with the specified DotNetVersionDetectorSettings.
static
|
Dot |
void |
Runs .Net Version Detector, and outputs to specified output FilePath.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|