To provide a set of custom C# data structures to complete code katas.
Basic Node and Edge objects based on a 2-dimensional plane. A Node is made up of a 'x' and 'y' coordinate. An Edge is made up of two Node objects.
A NuGet is available at (location to be provided).
- NuGet.exe is in PATH
Builds the DataStructures project, restoring any NuGet packages as needed.
Builds the DataStructures project, and runs the associated unit tests. Automatically opens an HTML report after the tests have finished.
Deletes the bin
and _testoutput
folders.
Restores any missing NuGet packages.
Runs all the unit tests.