Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 1.15 KB

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Building

Prerequisites

  • .NET Core SDK with the version matching our global.json file. The version you install must be at least the version specified in the global.json file, and must be within the same hundreds version for the 3rd integer: x.y.Czz (x.y.C must match, and zz must be at least as high).
  • Optional: Visual Studio 2019

Build steps

This project can be built with the follow commands from a Visual Studio Developer Command Prompt, assuming the working directory is the root of this repository:

dotnet build src

This solution can also be built from within Visual Studio 2019.

Pull requests

We are not yet accepting external pull requests for this repository.

We hope to soon.