Definition
Assembly: CloudNimble.EasyAF.MSBuild.dll Namespace: CloudNimble.EasyAF.MSBuild Inheritance: System.ObjectSyntax
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
objectSyntax
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
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
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?