You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to work with the code base, you'll first need to install the following.
Visual Studio 2017 - Install Visual Studio 2017 including the free Visual Studio Community 2017. To compile and run the code at least version 15.3 is required.
Clone the repository
Using your favorite git client, clone the repository.
You should be able to open and build the solution in Visual Studio now.
Run tests
Several tests are written using xUnit.net 2.0 and can be run using your favorite runner.
Some tests are written using Microsoft test framework and can be run using your favorite runner or with Visual Studio built in runner.