To develop this locally on Linux you could take something similar to these steps:
- Go to https://www.microsoft.com/net/core/preview#linuxubuntu
- Follow the instructions to install ".NET Command Line Tools (2.0.0-preview1-005977)"
- Go to the
src
folder and dodotnet restore
- Use
dotnet test Raffler.Tests
to run the unit tests - Use
dotnet run -p Raffler/Raffler.csproj ../../example_names
to do a test run
Recommended to use e.g. VSCode to edit all this stuff.
In the root of the project run:
sudo make test RAFFLER=jeroenheijmans-netcore2
And see the output:
Winner, winner, chicken dinner.