Summary
Contains functionality related to MSBuild solution files.
- Namespace
- Cake
.Common .Solution - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["SolutionAliases"]
class Type type-node
Syntax
[CakeAliasCategory("MSBuild Resource")]
public static class SolutionAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
ParseSolution |
SolutionParserResult |
Parses project information from a solution file.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|