ConfigurationManager.Api 3.0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package ConfigurationManager.Api --version 3.0.1.3
                    
NuGet\Install-Package ConfigurationManager.Api -Version 3.0.1.3
                    
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="ConfigurationManager.Api" Version="3.0.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ConfigurationManager.Api" Version="3.0.1.3" />
                    
Directory.Packages.props
<PackageReference Include="ConfigurationManager.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ConfigurationManager.Api --version 3.0.1.3
                    
#r "nuget: ConfigurationManager.Api, 3.0.1.3"
                    
#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.
#:package ConfigurationManager.Api@3.0.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ConfigurationManager.Api&version=3.0.1.3
                    
Install as a Cake Addin
#tool nuget:?package=ConfigurationManager.Api&version=3.0.1.3
                    
Install as a Cake Tool

ConfigurationManager.Api, Consul.ConfigurationManager.Api

It is used for manage of consul instance based on the composite design pattern.

1. Example of read-only client:

 IReadOnly service = new ConfigurationManager.Api.Manager(
	InputData.HostName,
	InputData.Port,
	InputData.ServiceHostName).AsReadOnly();

2. Example of read-write manager:

IManager service = new ConfigurationManager.Api.Manager(
	InputData.HostName,
	InputData.Port,
	InputData.ServiceHostName).AsManager();

Configuration.Api.Helpers

Adapter is provided as a shell for AppSettings and ConnectionStrings. It is initialized by using already existed read-only client instance.

1. Usage of lazyAdapter:

IReadOnly manager = new Manager(
	InputData.HostName, 
	InputData.Port, 
	InputData.ServiceHostName).AsReadOnly();

var lazyAdapter = new LazyAdapter(manager);

var @VALUE = lazyAdapter.AppSettings("KEY");

2. Usage of eagerAdapter:

IReadOnly manager = new Manager(
	InputData.HostName, 
	InputData.Port, 
	InputData.ServiceHostName).AsReadOnly();

var eagerAdapter = new EagerAdapter(manager);

var @VALUE = eagerAdapter.AppSettings("KEY");
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 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  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. 
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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ConfigurationManager.Api:

Package Downloads
CQRSlite.Extensions

Extensions of CQRSlite package provided as a set of base classes.

CQRSlite.SQL.Extensions

Extensions of CQRSlite package provided as a set of features in the context of SQL read model.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.3.17 145 4/25/2025
3.0.3.16 119 4/25/2025
3.0.3.15 141 4/25/2025
3.0.3.14 128 4/25/2025
3.0.3.13 119 4/25/2025
3.0.3.11 116 4/25/2025
3.0.3.10 131 4/25/2025
3.0.3.9 158 4/18/2025
3.0.3.8 193 4/17/2025
3.0.3.7 195 4/17/2025
3.0.3.6 130 4/13/2025
3.0.3.5 140 4/13/2025
3.0.3.4 121 4/12/2025
3.0.2.4 126 4/12/2025
3.0.2.3 145 4/12/2025
3.0.1.3 151 4/6/2025
3.0.1.2 135 4/6/2025
3.0.0.2 154 4/6/2025
3.0.0.1 475 3/25/2025
3.0.0 133 10/7/2024
2.3.7.9 129 10/2/2024
1.3.7.9 2,569 2/6/2020
1.3.7.8 3,614 12/19/2019
1.3.7.7 624 12/19/2019
1.3.7.6 609 12/19/2019
1.3.7.5 589 12/19/2019
1.3.7.4 631 12/19/2019
1.3.6.4 643 12/19/2019
1.3.6.3 664 12/17/2019
1.3.6.1 636 12/16/2019
1.3.6 618 12/16/2019
1.3.5 598 12/16/2019
1.3.3.2 604 12/16/2019
1.3.3.1 613 12/15/2019
1.3.3 609 12/15/2019
1.3.2 634 12/15/2019
1.3.1 629 12/15/2019
1.3.0.1 608 12/14/2019
1.3.0 663 12/14/2019