9 packages tagged with “System.Configuration”
Interfaced wrappers around System Configuration ConfigurationManager with support for extensibility points and strongly typed helpers.
ConfigurationManager for using App.config and Web.config of different assemblys. It have a Wcf.ChannelFactory wich use the ConfigurationManager.
Reading a setting from App.config or Web.config is a pretty common task. Here's a class that makes this loads easier: AppSettingsUtil Easily read application setting values in a variety of types, specifying default values if necessary.
Port of windows InstallUtil.exe (https://docs.microsoft.com/en-us/dotnet/framework/tools/installutil-exe-installer-tool).
**This has been merged** Try https://www.nuget.org/packages/Aliencube.ConfigurationValueConverter -- Case Insensitive Enum Value Converter enables enum values to be case-insensitive in configuration sectionis from App.config or Web.config
**This has been merged** Try https://www.nuget.org/packages/Aliencube.ConfigurationValueConverter -- Comma Delimited List Value Converter enables comma delimited string values to be a list in configuration sectionis from App.config or Web.config
WcfHelper helps for develope Wcf-Clients.
This provides a converter library that converts configuration value to enum or list. It is a consolidated version of: - https://www.nuget.org/packages/Aliencube.CaseInsensitiveEnumConverter - https://www.nuget.org/packages/Aliencube.CommaDelimitedListConverter If you want to find an individual library (1.0.0.2), please find the link above.
WcfHelper.Mock helps for develope Unittests for Wcf-Clients.