Parser to deal with simple files that contain one item per line (and comments, and empty lines). This is really a simple project, and something better probably exists.
- Install Nuget command line (use the second link)
- Clone the project and build project (which builds the tests too).
- The pre-build event will install the nuget packages into the solution.
- The packages include NUnit and NUnitRunner. So, optionally run the tests.
- At this point LucidEdge.SimpleLineParser should be a dll that you can use.