Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 1.3 KB

Building this Project

To simplify building and debugging, this C# project is expected to be part of a Visual Studio solution with at least the following project siblings:

You can alternatively build this project standalone by removing these project references and adding new references to already compiled binaries instead.

Also note that this project utilizes Microsoft Code Contracts and thus may require Code Contract for .NET to be installed in your Visual Studio. However, the Code Contracts integration is not available for Visual Studio 2017! You can resolve this by following one of the answers here.

Commit Message Guidelines

This repository follows the Angular Guidelines and uses publishing tools which also expect this commit format.

Coding Style

Use spaces, not tabs. Curly braces layout is K&R. Otherwise refer to the existing code.