rabbitmq / rabbitmq-dotnet-client

RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
https://www.rabbitmq.com/dotnet.html
Other
2.07k stars 579 forks source link

Remove in from async methods #1602

Closed Tornhoof closed 3 months ago

Tornhoof commented 3 months ago

Proposed Changes

Remove the in modifier from async methods. Mentioned the management plugin in the test documentation. Closes #1601

Types of Changes

What types of changes does your code introduce to this project? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask on the mailing list. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further Comments

Some tests in SequentialIntegration fail locally with timeouts, e.g. Test.SequentialIntegration.TestConnectionRecovery.TestShutdownEventHandlersRecoveryOnConnectionAfterDelayedServerRestart [FAIL], the tests all time out. These fail with the main branch too on my system, this does not appear to be related. Not sure what's wrong there.

I added a short addendum to the RUNNING_TESTS.md that it requires the management plugin, which is not strictly part of the default package, it needs to be enabled (at least on windows).