Code Hunt Data Helper, C# version
codehunt-data | ||
codehunt-data-example | ||
.gitignore | ||
codehunt-data.sln | ||
LICENSE | ||
README.md |
codehunt-data-cs
Code Hunt Data Helper, C# version (see also: Python version)
This is intended to help with analyzing data from the Code Hunt Data Release 1 by parsing the filenames and providing code for querying the Code Hunt REST API as well as showing an example of using Roslyn to parse the user code.
See codehunt-data-example/Program.cs
for a simple example of using this code.