Skip to main content

Definition

Assembly: CloudNimble.EasyAF.MSBuild.dll Namespace: CloudNimble.EasyAF.MSBuild Inheritance: System.Object

Syntax

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 object

Syntax

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 object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool 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 object

Syntax

Returns

Type: string?