Definition
Assembly: CloudNimble.EasyAF.MSBuild.dll Namespace: CloudNimble.EasyAF.MSBuild Inheritance: System.ObjectSyntax
Summary
Builder class for configuring individual MSBuild items in a fluent manner.Remarks
This class provides a fluent API for adding metadata to MSBuild items.Constructors
.ctor Inherited
Inherited from
objectSyntax
Methods
AddMetadata
Adds metadata to the item.Syntax
Parameters
Returns
Type:CloudNimble.EasyAF.MSBuild.ItemBuilder
The current instance for method chaining.
Exceptions
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
SetLink
Sets the Link metadata for the item (commonly used with AdditionalFiles).Syntax
Parameters
Returns
Type:CloudNimble.EasyAF.MSBuild.ItemBuilder
The current instance for method chaining.
Exceptions
SetPrivateAssets
Sets the PrivateAssets metadata for the item (commonly used with PackageReference).Syntax
Parameters
Returns
Type:CloudNimble.EasyAF.MSBuild.ItemBuilder
The current instance for method chaining.
Exceptions
SetVisible
Sets the Visible metadata for the item.Syntax
Parameters
Returns
Type:CloudNimble.EasyAF.MSBuild.ItemBuilder
The current instance for method chaining.
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?