You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We appreciate any community contributions to this project, whether in the form of issues or Pull Requests.
2
+
3
+
This document outlines what we'd like you to follow in terms of commit messages and code style.
4
+
5
+
It also explains what to do in case you want to setup the project locally and run tests.
6
+
7
+
# Setup
8
+
9
+
This project is written using Visual Studio 2017 RC and the latest dotnet core SDKs. Clone the repository, run `dotnet restore`
10
+
and then `dotnet build` to compile.
11
+
12
+
# Code style
13
+
14
+
This project uses Microsoft standard code styles. They can be found in the `editorstyles.config` file. Read more at [editorconfig.org](http://EditorConfig.org)
15
+
16
+
# Running tests
17
+
18
+
To run the tests for this solution, either start the runner from within visual studio or run `dotnet test` in the test project directories.
0 commit comments