Info
Version: | 3.0.0 |
Author(s): | Arinze, TECH-IS |
Last Update: | Friday, July 1, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://techinceptions.com/DC3 |
NuGet Url: | https://www.nuget.org/packages/TECHIS.Cloud.Configuration |
Install
Install-Package TECHIS.Cloud.Configuration
dotnet add package TECHIS.Cloud.Configuration
paket add TECHIS.Cloud.Configuration
TECHIS.Cloud.Configuration Download (Unzip the "nupkg" after downloading)
Dependencies
- 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)
Tags
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.