Contains types that provide the programming model for handling XML configuration data (App.config
). This library exists only to support migrating existing .NET Framework code that uses System.Configuration. The ConfigurationManager
class provides access to configuration files for client applications.
Documentation can be found at https://learn.microsoft.com/dotnet/api/system.configuration
- We only consider fixes to maintain or improve quality
- We consider PRs that target this library for new source code analyzers
System.Configuration is a NuGet package that gets shipped along with every release of .NET.