kevin-montrose / Cesil

Modern CSV (De)Serializer
MIT License
65 stars 3 forks source link

Remove various Windows assumptions (.bat files, CMD, etc) in solution #33

Open kevin-montrose opened 3 years ago

kevin-montrose commented 3 years ago

I'm on Windows, but it's 2020 and .NET doesn't only run on Windows.

Change all the .bat files to be cross platform Powershell scripts:

As of 0.7.0 the benchmark project also makes some Windows-y assumptions (CMD being a thing, basically) that should also be excised.