Skip to content

Commit febe35c

Browse files
author
Michael Bridgen
committed
Merge default into bug23116
2 parents 6ed28d2 + 9acadc9 commit febe35c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+10950
-6111
lines changed

docs/wikipages/data.ApiGen.txt

100755100644
Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,9 @@ parameter concerned:
337337
void _Private_BasicConsume(...,
338338
bool exclusive,
339339
bool nowait,
340-
[AmqpFieldMapping(
341-
"RabbitMQ.Client.Framing.v0_8qpid",
342-
"arguments")]
343-
IDictionary filter);
340+
[AmqpFieldMapping("RabbitMQ.Client.Framing.v0_9",
341+
"filter")]
342+
IDictionary arguments);
344343

345344
The parameter to the attribute specifies the specification version to
346345
which the attribute should apply, or null if it should apply to any
@@ -533,10 +532,10 @@ asynchronous event handler.
533532

534533
*** Overriding behaviour for particular specification versions
535534

536-
In some versions of the specification, a particular field or method
537-
may not be supported. Methods and parameters can be marked to cause
538-
particular implementations to complain if these features are used by
539-
applications:
535+
In some versions of the specification, a particular field, method or
536+
content header may not be supported. Methods and parameters can be
537+
marked to cause particular implementations to complain if these
538+
features are used by applications:
540539

541540
@code java
542541
[AmqpUnsupported("RabbitMQ.Client.Framing.v0_8qpid")]
@@ -562,14 +561,14 @@ QueueUnbind.
562561
bool exclusive,
563562
bool nowait,
564563
[AmqpUnsupported("RabbitMQ.Client.Framing.v0_8")]
565-
[AmqpFieldMapping("RabbitMQ.Client.Framing.v0_8qpid",
566-
"arguments")]
567-
IDictionary filter);
568-
569-
In the example above, the "filter" parameter is unsupported in
570-
standard 0-8, and in QPid-specific 0-8 it is named "arguments" instead
571-
of "filter". In all other implementations (currently only 0-9), it is
572-
assumed to be supported and named "filter".
564+
[AmqpFieldMapping("RabbitMQ.Client.Framing.v0_9",
565+
"filter")]
566+
IDictionary arguments);
567+
568+
In the example above, the "arguments" parameter is unsupported in
569+
standard 0-8, and in 0-9 t is named "filter" instead of
570+
"arguments". In all other implementations, it is assumed to be
571+
supported and named "arguments".
573572

574573
The parameter to the attribute specifies the specification version to
575574
which the attribute should apply, or null if it should apply to any

docs/wikipages/data.BuildingTheClient.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To compile the RabbitMQ .NET client library, you will need
2929

3030
To run the unit tests, you will need
3131

32-
- NUnit 2.4.3; included in the [code lib] directory
32+
- NUnit 2.5 or later; included in the [code lib] directory
3333

3434
** Configuring Your Tree
3535

lib/nunit/Failure.jpg

-808 Bytes
Binary file not shown.

lib/nunit/Ignored.jpg

-789 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)