Skip to content
Snippets Groups Projects
Select Git revision
  • 6b2fce3454ff283caccfef632578668d4af5f2c8
  • master default
2 results

ConfigParser.cs

  • Jiří Kalvoda's avatar
    6b2fce34
    Write my own ConfigParser · 6b2fce34
    Jiří Kalvoda authored
    The library was not good for my usecase for following reasons:
    - Missing good messages for errors in config
        - Internal error for duplicity
        - Missing line in errors
    - Hard working with just part of config
    - Problem with strings contain `"`
    6b2fce34
    History
    Write my own ConfigParser
    Jiří Kalvoda authored
    The library was not good for my usecase for following reasons:
    - Missing good messages for errors in config
        - Internal error for duplicity
        - Missing line in errors
    - Hard working with just part of config
    - Problem with strings contain `"`