This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Microsoft.Extensions.Configuration.
                            
	
	
		- Assembly
 - Cake
.Microsoft .Extensions .Configuration .dll  - Namespace
 - Cake
.Microsoft .Extensions .Configuration  - Containing Type
 - ConfigurationAlias
 
Syntax
public static T GetConfiguration<T>(this ICakeContext context, Action<IConfigurationBuilder, string[]> initialiseAction) 
    where T : new()
	Attributes
| Type | Description | 
|---|---|
| Cake | 
						|
| Cake | 
						
Type Parameters
| Name | Description | 
|---|---|
| T | 
Parameters
| Name | Type | Description | 
|---|---|---|
| context | ICakeContext | |
| initialiseAction | Action | 
						
Return Value
| Type | Description | 
|---|---|
| T | 
