A .NET 8 library for reading/writing INI data from IO streams, file streams, and strings written in C#.
Also implements merging operations, both for complete ini files, sections, or even just a subset of the keys contained by the files.
Get the latest version: https://github.com/IVolt-APPS/IniParser_Net8 Install it with NuGet: https://www.nuget.org/packages/IniParser_Net8/
Original Project: https://github.com/rickyah/ini-parser