Summary
    Represents a task setup action.
    
		- Namespace
- Cake.Frosting 
- Implementing Types
							graph BT
	Type["IFrostingTaskSetup"]
class Type type-node
	Implementing0["FrostingTaskSetup"]-.->Type
	click Implementing0 "/api/Cake.Frosting/FrostingTaskSetup"
	Implementing1["IFrostingTaskLifetime"]-.->Type
	click Implementing1 "/api/Cake.Frosting/IFrostingTaskLifetime"
	Implementing2["FrostingTaskLifetime<TContext>"]-.->Type
	click Implementing2 "/api/Cake.Frosting/FrostingTaskLifetime_1"
	Implementing3["FrostingTaskLifetime"]-.->Type
	click Implementing3 "/api/Cake.Frosting/FrostingTaskLifetime"
	Implementing4["FrostingTaskSetup<TContext>"]-.->Type
	click Implementing4 "/api/Cake.Frosting/FrostingTaskSetup_1"
						
					Syntax
public interface IFrostingTaskSetupMethods
| Name | Value | Summary | 
|---|---|---|
| Setup | void | 
    This method is executed before each task is run.
    If the task setup fails, the task will not be executed but the task's teardown will be performed.
     | 
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| Dump | string | 
             Get a basic string representation of specified object.
              From LoggingExtensions Requires the Cake.Incubator addin | 
| IsIn | bool | 
            Checks if the source is contained in a list
             From EnumerableExtensions Requires the Cake.Incubator addin | 
| NotNull | void | 
            Throws an exception if the specified parameter's value is null.
             From Extensions Requires the Cake.Ftp addin | 
| NotNull | void | 
            Throws an exception if the specified parameter's value is null.
             From IssuesArgumentChecks Requires the Cake.Issues addin | 
| ThrowIfNull | T | 
            Throws a  System.ArgumentNullExceptionwith a specific message if the value is null, otherwise returns the valueFrom AssertExtensions Requires the Cake.Incubator addin | 
| ThrowIfNull | T | 
            Throws a  System.ArgumentNullExceptionif the value is null, otherwise returns the valueFrom AssertExtensions Requires the Cake.Incubator addin | 
| ToDictionary | IDictionary | From ObjectHelpers Requires the Cake.DeployParams addin | 
| To | string | 
            Returns the string value or a  Not set> markup suitable for Spectre.Console.From StringExtensions Requires the Cake.Issues addin | 
