Skip to content

Files

Latest commit

afcf671 · Apr 8, 2025

History

History
16 lines (11 loc) · 807 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 807 Bytes

Ini Config Troubleshooting

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 :)