Summary
    Registers a task setup action.
    
		- Namespace
- Cake.Frosting 
- Containing Type
- ServiceCollection Extensions 
Syntax
public static IServiceCollection UseTaskSetup<TSetup>(this IServiceCollection services) 
    where TSetup : class, IFrostingTaskSetupType Parameters
| Name | Description | 
|---|---|
| TSetup | The task setup action. | 
Parameters
| Name | Type | Description | 
|---|---|---|
| services | IServiceCollection | The service collection. | 
Return Value
| Type | Description | 
|---|---|
| IServiceCollection | The same IServiceCollectioninstance so that multiple calls can be chained. | 
