My solution to Cracking the Coding Interview 6th Edtion using C#, .NET Core Platform and Xunit
Continuous work in progress
You need to have installed .NET Core on your machine.
To build and run all the tests, navigate to test and run the following commands:
dotnet restore
dotnet test
Use the --filter option of dotnet test
to run specific tests