This is a simple C# Command Line Interface test application that is being used to test circleci pipelines
Here is a simple build command (execute from the project root) to build the application and create the docker container:
docker build . -t csharp-cli:test
Here is a simple docker run to execute the app hosted in the container (built above):
docker run --rm -v "$PWD":/data csharp-cli:test /data/test36m.txt