Skip to content

Commit 08e4eb4

Browse files
committed
add basic dotnetcore building instructions
1 parent 8f1b07b commit 08e4eb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BUILDDOTNETCORE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
To build the dotnet core components you need the `dotnet` command line utility installed.
2+
It can be obtained for your chosen platform [here](https://www.microsoft.com/net/core#macosx).
3+
4+
* First run build.sh (linux/osx) or build.bat (windows) to trigger code generation and complete a standard mono/.NET build.
5+
* cd into the `projects/client/RabbitMQ.Client` directory and run `dotnet build`.
6+
* To run the tests cd into `projects/client/Unit.Runner` and run `dotnet run`. This will run the entire test suite. There is currently no way to only run a subset of tests.

0 commit comments

Comments
 (0)