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.
- .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
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.
We are not yet accepting external pull requests for this repository.
We hope to soon.