COIN 硬币格式的高性能配置文件读写库,COIN = Configuration\n,即“配置+换行符”,因默认使用“\n”作为换行符而得名。COIN 设计了一个高性能的应用程序配置文件,以及实现高性能读写这个配置文件的 .NET 库。特点是高性能读写;在初始化阶段使用全异步处理,避免阻塞主流程;多线程和多进程安全;无异常设计等.
Info
Version: | 1.6.12 |
Author(s): | walterlv |
Last Update: | Thursday, February 29, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dotnet-campus/dotnetCampus.Configurations |
NuGet Url: | https://www.nuget.org/packages/dotnetCampus.Configurations |
Install
Install-Package dotnetCampus.Configurations
dotnet add package dotnetCampus.Configurations
paket add dotnetCampus.Configurations
dotnetCampus.Configurations Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
No dependencies.