ConfigurationManager.Api 3.0.2.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package ConfigurationManager.Api --version 3.0.2.4
                    
NuGet\Install-Package ConfigurationManager.Api -Version 3.0.2.4
                    
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.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ConfigurationManager.Api" Version="3.0.2.4" />
                    
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.2.4
                    
#r "nuget: ConfigurationManager.Api, 3.0.2.4"
                    
#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.
#addin nuget:?package=ConfigurationManager.Api&version=3.0.2.4
                    
Install as a Cake Addin
#tool nuget:?package=ConfigurationManager.Api&version=3.0.2.4
                    
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:

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

2. Example of read-write manager:

var 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:

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

var lazyAdapter = new LazyAdapter(manager);

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

2. Usage of eagerAdapter:

var 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 136 4/25/2025
3.0.3.16 110 4/25/2025
3.0.3.15 136 4/25/2025
3.0.3.14 123 4/25/2025
3.0.3.13 114 4/25/2025
3.0.3.11 110 4/25/2025
3.0.3.10 123 4/25/2025
3.0.3.9 148 4/18/2025
3.0.3.8 186 4/17/2025
3.0.3.7 190 4/17/2025
3.0.3.6 125 4/13/2025
3.0.3.5 130 4/13/2025
3.0.3.4 116 4/12/2025
3.0.2.4 121 4/12/2025
3.0.2.3 140 4/12/2025
3.0.1.3 145 4/6/2025
3.0.1.2 128 4/6/2025
3.0.0.2 149 4/6/2025
3.0.0.1 469 3/25/2025
3.0.0 129 10/7/2024
2.3.7.9 122 10/2/2024
1.3.7.9 2,549 2/6/2020
1.3.7.8 3,603 12/19/2019
1.3.7.7 612 12/19/2019
1.3.7.6 598 12/19/2019
1.3.7.5 578 12/19/2019
1.3.7.4 620 12/19/2019
1.3.6.4 627 12/19/2019
1.3.6.3 653 12/17/2019
1.3.6.1 625 12/16/2019
1.3.6 604 12/16/2019
1.3.5 586 12/16/2019
1.3.3.2 593 12/16/2019
1.3.3.1 602 12/15/2019
1.3.3 597 12/15/2019
1.3.2 622 12/15/2019
1.3.1 618 12/15/2019
1.3.0.1 597 12/14/2019
1.3.0 647 12/14/2019