The repository is a helper for solving problems before importing ini
files. It helps to define right encoding & rules for overwriting duplicate sections. Сheck is performed before building a file in IConfiguration
.
Microsoft.Extensions.Configuration.Ini is used to implement the ini
configuration provider.
The functionality I plan to add:
- Detect encoding, and display text without artifacts
- Support for different themes ( dark&light )
- Non-GUI work
- Error highlighting and possibility of error correction
- Suggestions on how to correct errors
At the moment most of the functions are not available and the project is in early stages of development
Stay Tuned :)