Skip to main content

Definition

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

Syntax

Summary

Builder class for configuring MSBuild ItemGroups in a fluent manner.

Remarks

This class provides a fluent API for adding items to MSBuild ItemGroups, making it easier to construct complex project structures programmatically.

Constructors

.ctor Inherited

Inherited from object

Syntax

Methods

AddAdditionalFiles

Adds an AdditionalFiles item to the ItemGroup.

Syntax

Parameters

Returns

Type: CloudNimble.EasyAF.MSBuild.ItemBuilder An ItemBuilder for further configuration of the AdditionalFiles item.

Exceptions

AddItem

Adds a generic item to the ItemGroup.

Syntax

Parameters

Returns

Type: CloudNimble.EasyAF.MSBuild.ItemBuilder An ItemBuilder for further configuration of the item.

Exceptions

AddPackageReference

Adds a PackageReference item to the ItemGroup.

Syntax

Parameters

Returns

Type: CloudNimble.EasyAF.MSBuild.ItemBuilder An ItemBuilder for further configuration of the PackageReference.

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

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?