System.Configuration.Abstractions
2.0.2.45
Install-Package System.Configuration.Abstractions -Version 2.0.2.45
dotnet add package System.Configuration.Abstractions --version 2.0.2.45
<PackageReference Include="System.Configuration.Abstractions" Version="2.0.2.45" />
paket add System.Configuration.Abstractions --version 2.0.2.45
#r "nuget: System.Configuration.Abstractions, 2.0.2.45"
// Install System.Configuration.Abstractions as a Cake Addin
#addin nuget:?package=System.Configuration.Abstractions&version=2.0.2.45
// Install System.Configuration.Abstractions as a Cake Tool
#tool nuget:?package=System.Configuration.Abstractions&version=2.0.2.45
Interfaced wrappers around System Configuration ConfigurationManager with support for extensibility points and strongly typed helpers.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
- NETStandard.Library (>= 2.0.0)
- System.Configuration.ConfigurationManager (>= 4.4.1)
NuGet packages (29)
Showing the top 5 NuGet packages that depend on System.Configuration.Abstractions:
Package | Downloads |
---|---|
ZayniFramework.Common
Common used C# .NET libraries such as configuration management, extensions API, dynamic object libraries API, reflection libraries, AOP interceptors, delegate invokers, TaskQueue, AsyncWorker... etc. It also provides common used IResult interface, dynamic BaseResult class and built-in ConsoleCommandService with ICommand interface. GitLab Repository: https://gitlab.com/ponylin1985/ZayniFramework |
|
GreatUtilities.Infrastructure
Essencial tools to agile development. |
|
ZayniFramework3.Common
Common used C# .NET libraries (for .NET Core and .NET Framework) such as configuration management, extensions API, dynamic object helper API, reflection helper, AOP interceptors, delegate invoker, TaskQueue, iterators... etc Also provide common used IResult interface, dynamic BaseResult class and built-in ConsoleCommandService with ICommand interface. |
|
NEsper
A component for complex event processing (CEP). NEsper enables rapid development of applications that process large volumes of incoming messages or events, regardless of whether incoming messages are historical or real-time in nature. NEsper filters and analyze events in various ways, and respond to conditions of interest with minimal latency. |
|
Hardcore.Core
A core of the Hardcore framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.2.45 | 1,944,303 | 4/14/2018 |
2.0.2.44 | 1,025 | 4/14/2018 |
2.0.2.42 | 937 | 4/14/2018 |
2.0.2.39 | 937 | 4/14/2018 |
2.0.2.37 | 60,304 | 2/15/2018 |
2.0.2.26 | 356,488 | 11/26/2015 |
2.0.2.24 | 22,776 | 9/17/2015 |
2.0.2.21 | 15,054 | 5/29/2015 |
2.0.2.19 | 1,727 | 5/21/2015 |
2.0.2.17 | 6,800 | 2/18/2015 |
2.0.2.15 | 43,801 | 4/14/2014 |
2.0.2.3 | 8,642 | 3/29/2014 |
1.1.5064.25905 | 1,756 | 11/12/2013 |
1.0.5058.39992 | 1,283 | 11/6/2013 |
Added support for .NET40 - one of the .NET45 only interfaces is unavailable in the .NET40 port.