- An IDE of your choice (we recommend Visual Studio of Visual Studio Code)
- The .NET 6 SDK
- Git
- Open a suitable directory in terminal and run the following command
git clone https://github.com/UKHO/Technical-Test.git - Then run
cd ./Technical-Test/src
To run the program
dotnet run --project=RefactorCodeChallenge
To run the tests
dotnet test