- Install Visual Studio 2017 or Visual Studio Code with the editorconfig extension.
- Install .NET Core 2.x.
- All new code must have complete unit tests.
- All public classes, methods, interfaces, enums, etc. must have correct XML documentation comments.
- Update VersionHistory with a human-readable description of the change.
- Clone the repository:
git clone https://github.com/Faithlife/FaithlifeWebRequests.git
cd FaithlifeWebRequests
dotnet test