Thank you for making and maintaining this useful tool!
All of the test cases crashed on my Mac since the calls to File.ReadAllText() contained strings with Windows path separators. I added calls to Path.Combine() instead, so that the correct separators will be used on all systems. Furthermore, the file "InputClasses.cs" was referred to as "inputClasses.cs", with a lowercase "i" which caused errors on file systems that distinguish between cases.
I also fixed a typo ("requierd") that appeared in several file names.
Thank you for making and maintaining this useful tool!
All of the test cases crashed on my Mac since the calls to
File.ReadAllText()
contained strings with Windows path separators. I added calls toPath.Combine()
instead, so that the correct separators will be used on all systems. Furthermore, the file "InputClasses.cs" was referred to as "inputClasses.cs", with a lowercase "i" which caused errors on file systems that distinguish between cases.I also fixed a typo ("requierd") that appeared in several file names.