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
Copy file name to clipboardExpand all lines: BUILD_DOTNET_CORE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
To build the dotnet core components you need the `dotnet` command line utility installed.
2
2
It can be obtained for your chosen platform [here](https://www.microsoft.com/net/core#macosx).
3
3
4
+
You will also need [mono 5.x](http://www.mono-project.com/docs/about-mono/releases/).
5
+
4
6
Run `./build.sh` (linux/osx) or `build.bat` (windows) to trigger code generation and complete a dotnet core build.
5
7
6
8
To run the tests simply run `run-tests.sh` (linux/osx) or `run-tests.bat` (windows). This will run the entire test suite. There is currently no way to only run a subset of tests.
0 commit comments