Top 20 NuGet settings Packages

Reusable utility and class library for .NET Framework 4.8 - Featuring:.
Common domain operations for setting API.
Loads application settings into your own custom data class
Manage users personal settings in bulk
A set of classes to implement the management of settings via Json, Environment Variables or Command Line options.
CrossPlatformLibrary.Settings is a plug-in for reading and writing of platform-independent application settings.
An extension to JsonSettings that saves automatically when a property changes. Mark your settings class [Autosave] and every setter commits a save - no proxy, no virtual requirement, and nothing generated at runtime, so it works under Native AOT.
BindToConfig is a simple and lightweight alternative to .NET Core Options, that doesn't require any additional interface implemented by classes. Focused on simplicity and good practices.
Serialize classes to/from XML. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration.
Serialize classes to/from JSON. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration.
Serialize classes to/from binary using a custom binary format. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration.
Serialize classes to/from JSON/XML/binary/your own format. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration. See RT.Serialization.Xml, RT.Serialization.Json, RT.Serializati...
ExpressSettingsCore is the .NET Core implementatio of Express Settings. Express settings allows you quick prototyping of applications that relies on fetching configurations from settings file. Express settings is seamless to integrate and requires mearly 1 line to read or write settings. It creates ...