The project is a replacement for "System.Configuration.ConfigurationManager". Used to read/write default profiles or custom profiles in the .NET Framework 4.0+/.NET Standard 2.0+. Provides another "XConfigManager" class to read/write a concise configuration file, dictionary/list nesting supported, encryption supported. var manager = new ConfigurationManager(filename); manager.AppSettings.Properties.AddOrUpdate("prop1", "value");
$ dotnet add package Honoo.Configuration.ConfigurationManagerThe project is a replacement for "System.Configuration.ConfigurationManager". Used to read/write default profiles or custom profiles in the .NET Framework 4.0+/.NET Standard 2.0+.
Read/write support for appSettings, connectionStrings, configSections, assemblyBinding/linkedConfiguration nodes.
Provides another "XConfigManager" class to read/write a concise configuration file, dictionary/list nesting supported, encryption supported.
https://github.com/LokiHonoo/Honoo.Configuration.ConfigurationManager
MIT license.