Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 655 Bytes

File metadata and controls

16 lines (10 loc) · 655 Bytes

Contributing

Prerequisites

Guidelines

  • 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.

How to Build

Clone the repository and run .\build.ps1 or ./build.sh