System.Configuration.ConfigurationManager 4.5.0-preview1-26216-02

Prefix Reserved
This is a prerelease version of System.Configuration.ConfigurationManager.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.Configuration.ConfigurationManager --version 4.5.0-preview1-26216-02                
NuGet\Install-Package System.Configuration.ConfigurationManager -Version 4.5.0-preview1-26216-02                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0-preview1-26216-02" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Configuration.ConfigurationManager --version 4.5.0-preview1-26216-02                
#r "nuget: System.Configuration.ConfigurationManager, 4.5.0-preview1-26216-02"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Configuration.ConfigurationManager as a Cake Addin
#addin nuget:?package=System.Configuration.ConfigurationManager&version=4.5.0-preview1-26216-02&prerelease

// Install System.Configuration.ConfigurationManager as a Cake Tool
#tool nuget:?package=System.Configuration.ConfigurationManager&version=4.5.0-preview1-26216-02&prerelease                

Provides types that support using configuration files.

Commonly Used Types:
System.Configuration.Configuration
System.Configuration.ConfigurationManager

00490982c7952e96a1089818467caa6fd07541b2
When using NuGet 3.x this package requires at least version 3.4.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap10.0.16300 is compatible. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.0

  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 2.0

  • MonoAndroid 1.0

    • No dependencies.
  • MonoTouch 1.0

    • No dependencies.
  • UAP 10.0.16300

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.
  • Xamarin.TVOS 1.0

    • No dependencies.
  • Xamarin.WatchOS 1.0

    • No dependencies.

NuGet packages (2.4K)

Showing the top 5 NuGet packages that depend on System.Configuration.ConfigurationManager:

Package Downloads
System.Runtime.Caching

Provides classes to use caching facilities. Commonly Used Types: System.Runtime.Caching.CacheEntryChangeMonitor System.Runtime.Caching.CacheEntryRemovedArguments System.Runtime.Caching.CacheEntryUpdateArguments System.Runtime.Caching.CacheItem System.Runtime.Caching.CacheItemPolicy System.Runtime.Caching.ChangeMonitor System.Runtime.Caching.FileChangeMonitor System.Runtime.Caching.HostFileChangeMonitor System.Runtime.Caching.MemoryCache System.Runtime.Caching.ObjectCache

System.Diagnostics.PerformanceCounter

Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter

Microsoft.Data.SqlClient

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

EntityFramework

Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.

log4net

log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility

GitHub repositories (275)

Showing the top 5 popular GitHub repositories that depend on System.Configuration.ConfigurationManager:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
PowerShell/PowerShell
PowerShell for every system!
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Version Downloads Last updated
9.0.1 43,408 1/14/2025
9.0.0 1,862,697 11/12/2024
9.0.0-rc.2.24473.5 62,857 10/8/2024
9.0.0-rc.1.24431.7 27,650 9/10/2024
9.0.0-preview.7.24405.7 25,575 8/13/2024
9.0.0-preview.6.24327.7 29,539 7/9/2024
9.0.0-preview.5.24306.7 17,533 6/11/2024
9.0.0-preview.4.24266.19 15,699 5/21/2024
9.0.0-preview.3.24172.9 28,040 4/11/2024
9.0.0-preview.2.24128.5 27,902 3/12/2024
9.0.0-preview.1.24080.9 39,124 2/13/2024
8.0.1 7,379,553 10/8/2024
8.0.0 78,192,703 11/14/2023
8.0.0-rc.2.23479.6 229,436 10/10/2023
8.0.0-rc.1.23419.4 135,140 9/12/2023
8.0.0-preview.7.23375.6 58,353 8/8/2023
8.0.0-preview.6.23329.7 33,300 7/11/2023
8.0.0-preview.5.23280.8 34,790 6/13/2023
8.0.0-preview.4.23259.5 76,387 5/16/2023
8.0.0-preview.3.23174.8 72,925 4/11/2023
8.0.0-preview.2.23128.3 42,352 3/14/2023
8.0.0-preview.1.23110.8 54,668 2/21/2023
7.0.0 65,358,325 11/7/2022
7.0.0-rc.2.22472.3 158,734 10/11/2022
7.0.0-rc.1.22426.10 139,144 9/14/2022
7.0.0-preview.7.22375.6 39,313 8/9/2022
7.0.0-preview.6.22324.4 39,295 7/12/2022
7.0.0-preview.5.22301.12 44,614 6/14/2022
7.0.0-preview.4.22229.4 30,204 5/10/2022
7.0.0-preview.3.22175.4 13,574 4/13/2022
7.0.0-preview.2.22152.2 30,247 3/14/2022
7.0.0-preview.1.22076.8 24,855 2/17/2022
6.0.2 54,716 11/12/2024
6.0.1 160,202,974 9/13/2022
6.0.0 250,991,868 11/8/2021
6.0.0-rc.2.21480.5 57,671 10/12/2021
6.0.0-rc.1.21451.13 66,610 9/14/2021
6.0.0-preview.7.21377.19 66,422 8/10/2021
6.0.0-preview.6.21352.12 58,364 7/14/2021
6.0.0-preview.5.21301.5 48,167 6/15/2021
6.0.0-preview.4.21253.7 58,185 5/24/2021
6.0.0-preview.3.21201.4 213,812 4/8/2021
6.0.0-preview.2.21154.6 68,596 3/11/2021
6.0.0-preview.1.21102.12 147,403 2/12/2021
5.0.0 310,620,029 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 88,537 10/13/2020
5.0.0-rc.1.20451.14 63,820 9/14/2020
5.0.0-preview.8.20407.11 163,921 8/25/2020
5.0.0-preview.7.20364.11 128,767 7/21/2020
5.0.0-preview.6.20305.6 38,978 6/25/2020
5.0.0-preview.5.20278.1 37,792 6/10/2020
5.0.0-preview.4.20251.6 79,469 5/18/2020
5.0.0-preview.3.20214.6 62,976 4/23/2020
5.0.0-preview.2.20160.6 66,659 4/2/2020
5.0.0-preview.1.20120.5 57,862 3/16/2020
4.7.0 499,451,835 12/3/2019
4.7.0-preview3.19551.4 70,115 11/13/2019
4.7.0-preview2.19523.17 25,949 11/1/2019
4.7.0-preview1.19504.10 34,726 10/15/2019
4.6.0 54,310,844 9/23/2019
4.6.0-rc1.19456.4 67,757 9/16/2019
4.6.0-preview9.19421.4 26,848 9/4/2019
4.6.0-preview9.19416.11 980 9/4/2019
4.6.0-preview8.19405.3 102,043 8/13/2019
4.6.0-preview7.19362.9 234,475 7/23/2019
4.6.0-preview6.19303.8 1,175,853 6/12/2019
4.6.0-preview6.19264.9 1,023 9/4/2019
4.6.0-preview5.19224.8 63,746 5/6/2019
4.6.0-preview4.19212.13 14,332 4/18/2019
4.6.0-preview3.19128.7 79,595 3/6/2019
4.6.0-preview.19073.11 61,304 1/29/2019
4.6.0-preview.18571.3 133,415 12/3/2018
4.5.0 452,565,011 5/29/2018
4.5.0-rc1 218,409 5/6/2018
4.5.0-preview2-26406-04 479,800 4/10/2018
4.5.0-preview1-26216-02 477,934 2/26/2018
4.5.0-preview1-25914-04 669,858 11/15/2017
4.4.1 125,112,496 12/12/2017
4.4.0 323,305,568 8/11/2017
4.4.0-preview2-25405-01 111,983 6/27/2017
4.4.0-preview1-25305-02 8,269 5/9/2017