HB.ConfigManager 1.0.0

dotnet add package HB.ConfigManager --version 1.0.0
NuGet\Install-Package HB.ConfigManager -Version 1.0.0
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="HB.ConfigManager" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HB.ConfigManager --version 1.0.0
#r "nuget: HB.ConfigManager, 1.0.0"
#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.
// Install HB.ConfigManager as a Cake Addin
#addin nuget:?package=HB.ConfigManager&version=1.0.0

// Install HB.ConfigManager as a Cake Tool
#tool nuget:?package=HB.ConfigManager&version=1.0.0

集成UI的配置模块
//使用默认存储方案
var datapro = ConfigManager.GetDefaultProvider("G:\\haibao");
//初始化
ConfigManager.InitDataProvider(datapro);
//注册模型
ConfigManager.RegisterConfig<Config_hb>("硬件", "天线");
//读取本地配置
ConfigManager.ReadAllRegisterConfig();
....
//需要是弹出配置界面
ConfigManager.ShowConfigEditUI();
//内部取得配置和保存
var hb = ConfigManager.GetConfig<Config_hb>();
//修改配置
hb.Name = DateTime.Now.ToString();
ConfigManager.SaveConfig(hb);

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 101 2/19/2024