Bind Cake arguments to classes via Attributes
#addin nuget:?package=Cake.ArgumentBinder&version=3.0.0
dotnet add package Cake.ArgumentBinder --version 3.0.0
<PackageReference Include="Cake.ArgumentBinder" Version="3.0.0" />
Aliases
Create
CreateFromArguments |
Creates an instance of a class that can bind arguments to. |
ToString
Argument |
Takes in an object that has arguments binded to it, and creates a string-representation of the class. |