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
- Configuration
Builder Helper
Syntax
public static Action<IConfigurationBuilder, string[]> DefaultLoadConfigurationStrategy(IDictionary<string, string> localConfiguration = null, IDictionary<string, string> commandLineSwitchMappings = null, string settingsPath = null)
Parameters
Name | Type | Description |
---|---|---|
localConfiguration | IDictionary |
|
commandLineSwitchMappings | IDictionary |
|
settingsPath | string |
Return Value
Type | Description |
---|---|
Action |