Makes it easy to load a strongly-typed object (or IList of objects) from a custom web.config or app.config file section without having to write a custom IConfigurationSectionHandler implementation.
Info
| Version: | 1.1.1 |
| Author(s): | Brian Schroer |
| Last Update: | Monday, May 28, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/BrianSchroer/SparkyTools |
| NuGet Url: | https://www.nuget.org/packages/SparkyTools.XmlConfig |
Install
Install-Package SparkyTools.XmlConfig
dotnet add package SparkyTools.XmlConfig
paket add SparkyTools.XmlConfig
SparkyTools.XmlConfig Download (Unzip the "nupkg" after downloading)
Dependencies
- SparkyTools.DependencyProvider(>= 1.1.0)
- System.Configuration.ConfigurationManager(>= 4.4.1)
Tags