dotnet add package Apq.Cfg
The core package includes:
Install additional packages based on your needs:
| Package | Description |
|---|---|
Apq.Cfg.Yaml |
YAML configuration support |
Apq.Cfg.Xml |
XML configuration support |
Apq.Cfg.Ini |
INI configuration support |
Apq.Cfg.Toml |
TOML configuration support |
Apq.Cfg.Env |
.env file support |
Apq.Cfg.Consul |
Consul configuration center |
Apq.Cfg.Nacos |
Nacos configuration center |
Apq.Cfg.Apollo |
Apollo configuration center |
Apq.Cfg.Etcd |
Etcd configuration center |
Apq.Cfg.Zookeeper |
Zookeeper configuration center |
Apq.Cfg.Redis |
Redis configuration source |
Apq.Cfg.Vault |
HashiCorp Vault secrets |
Apq.Cfg.Database |
Database configuration source |
Apq.Cfg.Crypto |
Encryption and masking |
Apq.Cfg.SourceGenerator |
Source generator for AOT |
# YAML support
dotnet add package Apq.Cfg.Yaml
# Consul integration
dotnet add package Apq.Cfg.Consul
# Encryption support
dotnet add package Apq.Cfg.Crypto
| Platform | Versions |
|---|---|
| .NET | 6.0, 7.0, 8.0, 9.0 |
| .NET Standard | 2.0, 2.1 |
Apq.Cfg works with all major .NET IDEs: