In PR #217 it was noted there was some dead code in the TestModule project. Namely:
CountFilesByTypeInDirectory
Another point was the ParseCsv, Split, and Trim methods, which are also now dead code. These methods were used to support parsing of INI file settings. However, INI module loading was changed to read all keys from a special section, so no longer needs to parse a command separated value list.
In PR #217 it was noted there was some dead code in the TestModule project. Namely:
CountFilesByTypeInDirectory
Another point was the
ParseCsv
,Split
, andTrim
methods, which are also now dead code. These methods were used to support parsing of INI file settings. However, INI module loading was changed to read all keys from a special section, so no longer needs to parse a command separated value list.