Skip to content

Commit c85bf96

Browse files
Update RUNNING_TESTS
Don't mention Mono because currently the project cannot be built (but can be *used*) on Mono 4.0+ due to a dependency compiled against .NET prior to 4.5.
1 parent 3653cbe commit c85bf96

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

RUNNING_TESTS.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ SSL port. Connection recovery tests assume `rabbitmqctl` at `../rabbitmq-server/
66
can control the running node: this is the case when all repositories are cloned using
77
the [umbrella repository](https://github.com/rabbitmq/rabbitmq-public-umbrella).
88

9-
It is possible to use [Visual Studio 2013 Community](http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx),
10-
`msbuild.exe`, or `xbuild` (on Mono) to build the client and run the test suite.
9+
It is possible to use [Visual Studio Community edition](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx),
10+
.NET 4.5 or later, and `msbuild.exe` in `PATH`, to build the client and run the test suite.
1111

1212

1313
## Building
@@ -24,12 +24,6 @@ simply run
2424

2525
msbuild.exe
2626

27-
on Windows and
28-
29-
xbuild
30-
31-
if you use Mono.
32-
3327

3428
## Running Tests
3529

@@ -39,9 +33,3 @@ Note that it may take some time for the adapter to discover tests in the assembl
3933
Running the tests from the command line is also straightforward: use
4034

4135
msbuild.exe /t:RunUnitTests projects/client/Unit/RabbitMQ.Client.Unit.csproj
42-
43-
on Windows with .NET and
44-
45-
xbuild /nologo /t:RunUnitTests projects/client/Unit/RabbitMQ.Client.Unit.csproj | grep -v "warning CS2002"
46-
47-
on Mono.

0 commit comments

Comments
 (0)