System.Configuration.ConfigurationManager 4.4.0-preview1-25305-02

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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.4.0-preview1-25305-02                
NuGet\Install-Package System.Configuration.ConfigurationManager -Version 4.4.0-preview1-25305-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.4.0-preview1-25305-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.4.0-preview1-25305-02                
#r "nuget: System.Configuration.ConfigurationManager, 4.4.0-preview1-25305-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.4.0-preview1-25305-02&prerelease

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

Provides types that support using configuration files.

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

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

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

Package Downloads
EntityFramework The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

FluentAssertions

A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, .NET 6, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.

MySql.Data

MySql.Data.MySqlClient .Net Core Class Library

System.Diagnostics.PerformanceCounter The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

System.Runtime.Caching The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

GitHub repositories (263)

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.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking