Summary
Represents the content in an MSBuild project file.
- Namespace
- Cake
.Common .Solution .Project - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ProjectParserResult"]
class Type type-node
Syntax
public sealed class ProjectParserResult
Constructors
Name | Summary |
---|---|
ProjectParserResult |
Initializes a new instance of the ProjectParserResult class.
|
Properties
Name | Value | Summary |
---|---|---|
AssemblyName | string |
Gets the build target assembly name.
|
Configuration | string |
Gets the build configuration.
|
Files | ICollection |
Gets the project content files.
|
OutputPath | DirectoryPath |
Gets the compiler output path.
|
OutputType | string |
Gets the compiler output type, i.e.
Exe/Library .
|
Platform | string |
Gets the target platform.
|
ProjectGuid | string |
Gets the unique project identifier.
|
ProjectReferences | ICollection |
Gets the references to other projects.
|
References | ICollection |
Gets the references.
|
RootNameSpace | string |
Gets the default root namespace.
|
Target |
string |
Gets the compiler target framework profile.
|
Target |
string |
Gets the compiler target framework version.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|