TECHIS.Cloud.Configuration
2.0.10
D.C3: Distributed .NET Cloud-based Configuration Client.
Use D.C3 to access an Azure Storage-based application configuration repository.
Also accesses App.Config or Web.Config-based configuration objects for the Dev environment.
Sample code:
var configObject = (new AppConfigurationProvider()).Get[Types.SampleConfiguration]();
Learn more at techinceptions.com/DC3
Install-Package TECHIS.Cloud.Configuration -Version 2.0.10
dotnet add package TECHIS.Cloud.Configuration --version 2.0.10
<PackageReference Include="TECHIS.Cloud.Configuration" Version="2.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TECHIS.Cloud.Configuration --version 2.0.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Updated dependent packages
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.2.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Microsoft.Extensions.Configuration.Xml (>= 2.2.0)
- TECHIS.Core (>= 4.0.7)
- WindowsAzure.Storage (>= 9.3.3)
GitHub Usage
This package is not used by any popular GitHub repositories.