- Visual Studio 2015 with Universal Tools
Err on the side of consistency, but where there doesn't seem to be a pattern to follow, consult the Framework Design Guidelines or C# Coding Conventions.
We use the Visual Studio Unit Test Framework, try to keep the code coverage up, and obviously test any new features rigorously.
We use AppVeyor to run the unit tests created thus far. No pull requests will be accepted if they break the unit tests.
Please make sure to squash commits and rebase if appropriate.